From 85a9514f02f5b7c94d1545af361086166010d87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:35:56 +0000 Subject: [PATCH] Bump the minor-and-patch group in /backend with 5 updates Bumps the minor-and-patch group in /backend with 5 updates: | Package | From | To | | --- | --- | --- | | [cffi](https://github.com/python-cffi/cffi) | `2.1.0` | `2.1.1` | | [openai](https://github.com/openai/openai-python) | `2.49.0` | `2.53.0` | | [google-auth](https://github.com/googleapis/google-cloud-python) | `2.56.2` | `2.56.3` | | [docling](https://github.com/docling-project/docling) | `2.117.0` | `2.118.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.2` | Updates `cffi` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1) Updates `openai` from 2.49.0 to 2.53.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.49.0...v2.53.0) Updates `google-auth` from 2.56.2 to 2.56.3 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.2...google-auth-v2.56.3) Updates `docling` from 2.117.0 to 2.118.1 - [Release notes](https://github.com/docling-project/docling/releases) - [Changelog](https://github.com/docling-project/docling/blob/main/CHANGELOG.md) - [Commits](https://github.com/docling-project/docling/compare/v2.117.0...v2.118.1) Updates `ruff` from 0.16.1 to 0.16.2 - [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.16.1...0.16.2) --- updated-dependencies: - dependency-name: cffi dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: openai dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: google-auth dependency-version: 2.56.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: docling dependency-version: 2.118.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- backend/requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index b57b1da..6ecef89 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -ruff==0.16.1 +ruff==0.16.2 pytest==9.1.1 pytest-cov==7.1.0 # mypy==1.15.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index e7ba1a0..2b7fb64 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ certifi==2026.7.22 -cffi==2.1.0 +cffi==2.1.1 charset-normalizer==3.4.9 click==8.4.2 cryptography==50.0.0 @@ -19,9 +19,9 @@ schoolopy==0.3.1 urllib3==2.7.0 Werkzeug==3.1.8 PyJWT==2.13.0 -openai==2.49.0 +openai==2.53.0 redis==8.1.0 google-api-python-client==2.198.0 -google-auth==2.56.2 +google-auth==2.56.3 google-auth-oauthlib==1.4.0 -docling==2.117.0 +docling==2.118.1