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 19, 2023
1 parent 87bd302 commit 654e10c
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 @@ -42,5 +42,5 @@ pyyaml==6.0
# omegaconf
requests==2.28.2
# via -r requirements.in
urllib3==1.26.6
urllib3==1.26.18
# via requests

0 comments on commit 654e10c

Please sign in to comment.