Skip to content

Commit

Permalink
fix: requirements-dev.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-5926907
  • Loading branch information
snyk-bot committed Oct 3, 2023
1 parent edde1eb commit 86a8b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ six==1.14.0
# packaging
# python-dateutil
# requests-mock
urllib3==1.26.5
urllib3==1.26.17
# via
# -c requirements.txt
# requests
Expand Down

0 comments on commit 86a8b32

Please sign in to comment.