From 944e184e04e3d49917d53c7b958c10c24fa7c048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:34:46 +0000 Subject: [PATCH] chore(deps-dev): bump pip-audit from 2.10.0 to 2.10.1 Bumps [pip-audit](https://github.com/pypa/pip-audit) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2da2c0..40906c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "codecov>=2.1.13", "mypy>=2.1.0", "nbqa>=1.9.1", - "pip-audit>=2.10.0", + "pip-audit>=2.10.1", "pre-commit>=4.6.0", "pytest>=9.0.3", "pytest-asyncio>=1.4.0", diff --git a/uv.lock b/uv.lock index 6d3485c..e36b1dc 100644 --- a/uv.lock +++ b/uv.lock @@ -81,7 +81,7 @@ dev = [ { name = "codecov", specifier = ">=2.1.13" }, { name = "mypy", specifier = ">=2.1.0" }, { name = "nbqa", specifier = ">=1.9.1" }, - { name = "pip-audit", specifier = ">=2.10.0" }, + { name = "pip-audit", specifier = ">=2.10.1" }, { name = "pre-commit", specifier = ">=4.6.0" }, { name = "pytest", specifier = ">=9.0.3" }, { name = "pytest-asyncio", specifier = ">=1.4.0" }, @@ -177,12 +177,12 @@ requires-dist = [ { name = "backoff", specifier = ">=2.2.1" }, { name = "beautifulsoup4", marker = "extra == 'news'", specifier = ">=4.14.3" }, { name = "click", marker = "extra == 'data'", specifier = ">=8.3.2" }, - { name = "datasets", marker = "extra == 'data'", specifier = ">=5.0.0" }, + { name = "datasets", marker = "extra == 'data'", specifier = ">=4.8.4" }, { name = "e2b-code-interpreter", marker = "extra == 'code-interpreter'", specifier = ">=2.6.0" }, { name = "fastapi", extras = ["standard"], marker = "extra == 'gemini-proxy'", specifier = ">=0.135.0,<0.136.0" }, { name = "google-cloud-firestore", marker = "extra == 'gemini-proxy'", specifier = ">=2.27.0" }, { name = "google-genai", marker = "extra == 'gemini-proxy'", specifier = ">=1.73.1" }, - { name = "gradio", marker = "extra == 'gradio'", specifier = ">=6.17.3" }, + { name = "gradio", marker = "extra == 'gradio'", specifier = ">=6.12.0" }, { name = "httpx", specifier = ">=0.28.1" }, { name = "langfuse", marker = "extra == 'observability'", specifier = ">=4.3.1" }, { name = "lxml", marker = "extra == 'news'", specifier = ">=6.1.0" }, @@ -3265,7 +3265,7 @@ wheels = [ [[package]] name = "pip-audit" -version = "2.10.0" +version = "2.10.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cachecontrol", extra = ["filecache"] }, @@ -3279,9 +3279,9 @@ dependencies = [ { name = "tomli" }, { name = "tomli-w" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bd/89/0e999b413facab81c33d118f3ac3739fd02c0622ccf7c4e82e37cebd8447/pip_audit-2.10.0.tar.gz", hash = "sha256:427ea5bf61d1d06b98b1ae29b7feacc00288a2eced52c9c58ceed5253ef6c2a4", size = 53776, upload-time = "2025-12-01T23:42:40.612Z" } +sdist = { url = "https://files.pythonhosted.org/packages/66/a4/f21d5f0a0edabcbce31560b73c7c5a6f72ae87af4236fd1069c8f59a353d/pip_audit-2.10.1.tar.gz", hash = "sha256:1eb4565d19ebe5d48996f4b770b4d2b32887e12cb12cfa637f1a064011b55ffc", size = 54275, upload-time = "2026-06-10T22:17:01.744Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/be/f3/4888f895c02afa085630a3a3329d1b18b998874642ad4c530e9a4d7851fe/pip_audit-2.10.0-py3-none-any.whl", hash = "sha256:16e02093872fac97580303f0848fa3ad64f7ecf600736ea7835a2b24de49613f", size = 61518, upload-time = "2025-12-01T23:42:39.193Z" }, + { url = "https://files.pythonhosted.org/packages/a3/a7/b0c504148114047bd1bc9d97447453c6850ca176bb2f3c0038835994e8b7/pip_audit-2.10.1-py3-none-any.whl", hash = "sha256:99ef3f600a317c1945f1e89e227ef26e1c2d618429b8bd3fa6f4f7c440c4611a", size = 62023, upload-time = "2026-06-10T22:17:00.309Z" }, ] [[package]]