Skip to content

Commit 6a80c18

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ PyNaCl==1.3.0
1515
requests==2.23.0
1616
SecretStorage==3.1.2
1717
six==1.14.0
18-
urllib3==1.25.9
18+
urllib3==2.6.3
1919
zipp==3.1.0

0 commit comments

Comments
 (0)