Skip to content

Commit 5f1a57d

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYINSTALLER-12579198
1 parent e6bdd58 commit 5f1a57d

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
@@ -2,5 +2,5 @@ fpdf2==2.7.6
22
pathspec==0.11.2
33
pypdf==3.17.0
44
Pygments==2.15.1
5-
pyinstaller==5.13.1
5+
pyinstaller==6.0.0
66
pytest==7.3.1

0 commit comments

Comments
 (0)