From 9639e58313e9c657cb1809849582d2983c0589df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:14:48 +0000 Subject: [PATCH] chore(deps): update pdfminer-six requirement in /server Updates the requirements on [pdfminer-six](https://github.com/pdfminer/pdfminer.six) to permit the latest version. - [Release notes](https://github.com/pdfminer/pdfminer.six/releases) - [Changelog](https://github.com/pdfminer/pdfminer.six/blob/master/CHANGELOG.md) - [Commits](https://github.com/pdfminer/pdfminer.six/commits) --- updated-dependencies: - dependency-name: pdfminer-six dependency-version: '20251107' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index 9dd1233..10ff779 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -17,7 +17,7 @@ python-dotenv = "^1.0.1" orjson = "^3.10.9" pygments = "^2.18.0" pymupdf = "^1.26.3" -pdfminer-six = "^20250506" +pdfminer-six = "^20251107" pydantic = "^2.11.7" flask-restx = "^1.3.0" rapidfuzz = "^3.13.0"