Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 1f71b07

Browse files
snanda85bosd
authored andcommitted
Updated pypdf dependency to include v5
1 parent 1c18a4f commit 1f71b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ openpyxl = "^3.1.0"
3333
pdfminer-six = "^20240706"
3434
pypdf = [
3535
{version = "^3.17", python = ">=3.8,<3.12"},
36-
{version = "^4.0", python = ">=3.12"}
36+
{version = ">=4.0,<6.0", python = ">=3.12"}
3737
]
3838
pandas = [
3939
{version = "^1.5.3", python = ">=3.8,<3.12"},

0 commit comments

Comments
 (0)