Skip to content

Commit c0a284b

Browse files
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] <support@github.com>
1 parent e5339e5 commit c0a284b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pandas>=2.1.3",
4444
"mysql-connector-python>=2.2.9",
4545
"openpyxl>=3.1.2",
46-
"PyPDF2>=3.0.0",
46+
"PyPDF2>=3.0.1",
4747
]
4848

4949
[project.optional-dependencies]

0 commit comments

Comments
 (0)