From 00faaa5fde709c715885c67988acb17ac36ddab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 20:04:40 +0000 Subject: [PATCH] Build(deps): Bump pypdf in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [pypdf](https://github.com/py-pdf/pypdf). Updates `pypdf` from 5.1.0 to 6.0.0 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/5.1.0...6.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab409e4478..2838b25a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "pyodbc>=5.1.0", "pycountry>=24.6.1", "python-dotenv>=1.0.1", - "pypdf==5.1.0", + "pypdf==6.0.0", "segno>=1.6.1", "scikit-learn>=1.4.2", "scipy>=1.14.1",