Skip to content

Commit 0f71f4e

Browse files
Update pypdf[crypto] requirement from ~=6.1.1 to ~=6.4.0 (#893)
Updates the requirements on [pypdf[crypto]](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@6.1.1...6.4.0) --- updated-dependencies: - dependency-name: pypdf[crypto] dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e46f56a commit 0f71f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"cloudpathlib[s3] ~=0.23.0",
2323
"python-dateutil ~=2.9.0",
2424
"lxml >=5.0.0,<7",
25-
"pypdf[crypto] ~=6.1.1",
25+
"pypdf[crypto] ~=6.4.0",
2626
"PyYAML ~=6.0.2",
2727
"sentry-sdk ~=2.43.0",
2828
"requests ~=2.32.3",

0 commit comments

Comments
 (0)