dependabot[bot]
commited on
Bump pypdf from 3.16.1 to 3.16.2
Browse filesBumps [pypdf](https://github.com/py-pdf/pypdf) from 3.16.1 to 3.16.2.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/3.16.1...3.16.2)
---
updated-dependencies:
- dependency-name: pypdf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ faiss-cpu==1.7.4
|
|
3 |
langchain==0.0.293
|
4 |
langsmith==0.0.38
|
5 |
openai==0.28.0
|
6 |
-
pypdf==3.16.
|
7 |
streamlit==1.27.0
|
8 |
streamlit-feedback==0.1.2
|
9 |
tiktoken==0.5.1
|
|
|
3 |
langchain==0.0.293
|
4 |
langsmith==0.0.38
|
5 |
openai==0.28.0
|
6 |
+
pypdf==3.16.2
|
7 |
streamlit==1.27.0
|
8 |
streamlit-feedback==0.1.2
|
9 |
tiktoken==0.5.1
|