Skip to content

Commit 4387563

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent 6ad276b commit 4387563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ requests==2.23.0
1616
SecretStorage==3.1.2
1717
six==1.14.0
1818
urllib3==1.25.9
19-
zipp==3.1.0
19+
zipp==3.19.1

0 commit comments

Comments
 (0)