Skip to content

Commit

Permalink
fix: requirements/test_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-5926907
  • Loading branch information
snyk-bot committed Oct 4, 2023
1 parent 7947985 commit 0af3284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ typing-extensions==4.5.0
# mypy
uri-template==1.3.0
# via jsonschema
urllib3==1.26.16
urllib3==1.26.17
# via
# -c full_requirements.txt
# docker
Expand Down

0 comments on commit 0af3284

Please sign in to comment.