From 2e6fc7bfc92c4ac90b1240b55d022145c1f8f19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 13:35:08 +0000 Subject: [PATCH] Bump the minor-and-patch group in /backend with 3 updates Bumps the minor-and-patch group in /backend with 3 updates: [openai](https://github.com/openai/openai-python), [docling](https://github.com/docling-project/docling) and [ruff](https://github.com/astral-sh/ruff). Updates `openai` from 2.49.0 to 2.52.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.52.0) Updates `docling` from 2.115.0 to 2.117.0 - [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.115.0...v2.117.0) Updates `ruff` from 0.16.0 to 0.16.1 - [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.0...0.16.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: docling dependency-version: 2.117.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.16.1 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index f349747..b57b1da 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -ruff==0.16.0 +ruff==0.16.1 pytest==9.1.1 pytest-cov==7.1.0 # mypy==1.15.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 5d0316c..7e86296 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -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.52.0 redis==7.4.0 google-api-python-client==2.198.0 google-auth==2.56.2 google-auth-oauthlib==1.4.0 -docling==2.115.0 +docling==2.117.0