Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459
  • Loading branch information
snyk-bot committed Oct 23, 2023
1 parent 6ad276b commit e585784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ PyNaCl==1.3.0
requests==2.23.0
SecretStorage==3.1.2
six==1.14.0
urllib3==1.25.9
urllib3==1.26.18
zipp==3.1.0

0 comments on commit e585784

Please sign in to comment.