From 886491c1dfb4cc4067a0ca69670c330c677cea82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:34:57 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 6 updates Bumps the minor-and-patch group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.16.2` | `0.16.4` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.9` | `3.5.1` | | [idna](https://github.com/kjd/idna) | `3.18` | `3.19` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.2` | `1.2.3` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.198.0` | `2.199.0` | | [docling](https://github.com/docling-project/docling) | `2.118.1` | `2.121.0` | Updates `ruff` from 0.16.2 to 0.16.4 - [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.2...0.16.4) Updates `charset-normalizer` from 3.4.9 to 3.5.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.9...3.5.1) Updates `idna` from 3.18 to 3.19 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.18...v3.19) Updates `python-dotenv` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) Updates `google-api-python-client` from 2.198.0 to 2.199.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.198.0...v2.199.0) Updates `docling` from 2.118.1 to 2.121.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.118.1...v2.121.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: charset-normalizer dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: idna dependency-version: '3.19' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: google-api-python-client dependency-version: 2.199.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: docling dependency-version: 2.121.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- backend/requirements-scraper.txt | 2 +- backend/requirements-test.txt | 2 +- backend/requirements.txt | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 6ecef89..48318e8 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -ruff==0.16.2 +ruff==0.16.4 pytest==9.1.1 pytest-cov==7.1.0 # mypy==1.15.0 diff --git a/backend/requirements-scraper.txt b/backend/requirements-scraper.txt index f0e82d3..fb67597 100644 --- a/backend/requirements-scraper.txt +++ b/backend/requirements-scraper.txt @@ -6,4 +6,4 @@ # PDF/DOCX/PPTX text extraction is skipped. -r requirements.txt -docling==2.118.1 +docling==2.121.0 diff --git a/backend/requirements-test.txt b/backend/requirements-test.txt index 12359e6..918cf88 100644 --- a/backend/requirements-test.txt +++ b/backend/requirements-test.txt @@ -5,7 +5,7 @@ pytest>=9.1.1 cryptography>=50.0.0 PyJWT>=2.13.0 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3 # Mutation testing. mutmut 3.x is pytest-native and reads its config from the # [tool.mutmut] section of pyproject.toml. See tests/README.md. diff --git a/backend/requirements.txt b/backend/requirements.txt index 2df155d..3218da4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,18 +1,18 @@ certifi==2026.7.22 cffi==2.1.1 -charset-normalizer==3.4.9 +charset-normalizer==3.5.1 click==8.4.2 cryptography==50.0.0 Flask==3.1.3 Flask-Limiter==4.1.1 flask-cors==6.0.5 -idna==3.18 +idna==3.19 itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.3 oauthlib==3.3.1 pycparser==3.0 -python-dotenv==1.2.2 +python-dotenv==1.2.3 requests==2.34.2 requests-oauthlib==2.0.0 schoolopy==0.3.1 @@ -21,7 +21,7 @@ Werkzeug==3.1.8 PyJWT==2.13.0 openai==2.53.0 redis==8.1.0 -google-api-python-client==2.198.0 +google-api-python-client==2.199.0 google-auth==2.56.3 google-auth-oauthlib==1.4.0 gunicorn==23.0.0