Skip to content

Commit 25217ad

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYPDF-13658705 - https://snyk.io/vuln/SNYK-PYTHON-PYPDF-13658706
1 parent e6bdd58 commit 25217ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fpdf2==2.7.6
22
pathspec==0.11.2
3-
pypdf==3.17.0
3+
pypdf==6.1.3
44
Pygments==2.15.1
55
pyinstaller==5.13.1
66
pytest==7.3.1

0 commit comments

Comments
 (0)