From 90b0506205f124ae90112efa5ac4a08ff0b8ac64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:35:29 +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: [ruff](https://github.com/astral-sh/ruff), [charset-normalizer](https://github.com/jawah/charset_normalizer) and [docling](https://github.com/docling-project/docling). Updates `ruff` from 0.16.2 to 0.16.3 - [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.3) 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 `docling` from 2.118.1 to 2.120.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.118.1...v2.120.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 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: docling dependency-version: 2.120.1 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.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 6ecef89..ee49925 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -ruff==0.16.2 +ruff==0.16.3 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..e59665c 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.120.1 diff --git a/backend/requirements.txt b/backend/requirements.txt index 2df155d..bc50e10 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ 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