From 6083ce76b11d030059484767254d22741f38c28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:36:25 +0000 Subject: [PATCH] build: bump the python-dependencies group Updates the requirements on [openai](https://github.com/openai/openai-python), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [google-genai](https://github.com/googleapis/python-genai), [pandas](https://github.com/pandas-dev/pandas), [matplotlib](https://github.com/matplotlib/matplotlib), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `openai` to 2.48.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.46.0...v2.48.0) Updates `anthropic` to 0.119.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.117.0...v0.119.0) Updates `google-genai` to 2.14.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v2.12.1...v2.14.0) Updates `pandas` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5) Updates `matplotlib` from 3.11.0 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.11.0...v3.11.1) Updates `ruff` from 0.15.22 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.22...0.16.0) Updates `pre-commit` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.48.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: anthropic dependency-version: 0.119.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: google-genai dependency-version: 2.14.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements/backend.txt | 6 +++--- requirements/lint.txt | 4 ++-- requirements/worker.txt | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/backend.txt b/requirements/backend.txt index c519a402..d8fd4eb4 100644 --- a/requirements/backend.txt +++ b/requirements/backend.txt @@ -6,9 +6,9 @@ mcp==1.28.1 docker==7.2.0 celery[redis]==5.6.3 numpy==2.4.6 -openai>=2.46.0 -anthropic>=0.117.0 -google-genai>=2.12.1 +openai>=2.48.0 +anthropic>=0.119.0 +google-genai>=2.14.0 reportlab==5.0.0 python-docx==1.2.0 Markdown==3.10.2 diff --git a/requirements/lint.txt b/requirements/lint.txt index c9d2d0f8..771a0263 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -4,9 +4,9 @@ # install it quickly. Ruff needs no project dependencies; mypy follows imports # for the typed boundaries it checks and ignores the heavy ML stack via config # in pyproject.toml. -ruff==0.15.22 +ruff==0.16.0 mypy==2.3.0 -pre-commit==4.6.0 +pre-commit==4.6.1 # Type stubs for third-party libraries used on the typed backend boundary. types-requests==2.33.0.20260712 diff --git a/requirements/worker.txt b/requirements/worker.txt index 03260d45..7d41136e 100644 --- a/requirements/worker.txt +++ b/requirements/worker.txt @@ -7,10 +7,10 @@ onnx-asr==0.12.0 # replace the CPU-only onnxruntime that fastembed pulls in, not coexist with it. silero-vad==6.2.1 numpy==2.4.6 -pandas==3.0.3 -openai>=2.46.0 -anthropic>=0.117.0 -google-genai>=2.12.1 +pandas==3.0.5 +openai>=2.48.0 +anthropic>=0.119.0 +google-genai>=2.14.0 watchdog==6.0.0 PyMuPDF==1.28.0 @@ -32,7 +32,7 @@ safetensors==0.8.0 torch-audiomentations==0.12.0 torchmetrics==1.9.0 soundfile==0.14.0 -matplotlib==3.11.0 +matplotlib==3.11.1 pyannoteai-sdk==0.4.0 torchcodec==0.11.1 fastembed==0.8.0