Skip to content

Commit

Permalink
Bump pypdf from 3.11.1 to 3.17.4
Browse files Browse the repository at this point in the history
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.11.1 to 3.17.4.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@3.11.1...3.17.4)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 25, 2023
1 parent 800c81f commit c77dbf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"flask==3.0.0",
"werkzeug==3.0.1",
"llama-index==0.8.69.post1",
"pypdf==3.11.1",
"pypdf==3.17.4",
"youtube_transcript_api==0.5.0",
"sentencepiece==0.1.99",
"protobuf==3.20.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ backoff==2.2.1
flask==3.0.0
werkzeug==3.0.1
llama-index==0.8.69.post1
pypdf==3.11.1
pypdf==3.17.4
youtube_transcript_api==0.5.0
sentencepiece==0.1.99
protobuf==3.20.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ backoff==2.2.1
flask==3.0.0
werkzeug==3.0.1
llama-index==0.8.69.post1
pypdf==3.11.1
pypdf==3.17.4
youtube_transcript_api==0.5.0
sentencepiece==0.1.99
protobuf==3.20.2
Expand Down

0 comments on commit c77dbf0

Please sign in to comment.