Skip to content

Commit cc08790

Browse files
chore(deps-dev): update pypdf requirement from >=4.0 to >=6.12.1 (#79)
Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@4.0.0...6.12.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.10.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com>
1 parent 58f06bf commit cc08790

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
@@ -50,7 +50,7 @@ dev = [
5050
"pytest>=8.0",
5151
"pytest-asyncio>=0.24",
5252
"pytest-benchmark>=4.0",
53-
"pypdf>=4.0",
53+
"pypdf>=6.12.1",
5454
"pdfplumber>=0.10",
5555
"mypy>=1.8",
5656
"ruff>=0.3",

0 commit comments

Comments
 (0)