Skip to content

Commit 77f2130

Browse files
build(deps): update pypdf requirement
Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. Updates `pypdf` 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](py-pdf/pypdf@5.7.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] <[email protected]>
1 parent 8ee9bc0 commit 77f2130

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
@@ -63,7 +63,7 @@ python-docx = "1.2.0"
6363
xlrd = "2.0.2"
6464
xlwt = "1.3.0"
6565
pymupdf = "1.26.3"
66-
pypdf = "5.7.0"
66+
pypdf = "6.0.0"
6767

6868
# 音频处理
6969
pydub = "0.25.1"

0 commit comments

Comments
 (0)