From c0a284b7cbf41ec226c9c09581792a460d9fd78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:54:04 +0000 Subject: [PATCH] deps(deps): update pypdf2 requirement from >=3.0.0 to >=3.0.1 Updates the requirements on [pypdf2](https://github.com/py-pdf/PyPDF2) to permit the latest version. - [Release notes](https://github.com/py-pdf/PyPDF2/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/PyPDF2/commits) --- updated-dependencies: - dependency-name: pypdf2 dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 079a409..7c3c3eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pandas>=2.1.3", "mysql-connector-python>=2.2.9", "openpyxl>=3.1.2", - "PyPDF2>=3.0.0", + "PyPDF2>=3.0.1", ] [project.optional-dependencies]