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-7267250
  • Loading branch information
snyk-bot committed Jun 19, 2024
1 parent 1067b40 commit 8d4bc4b
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 @@ -53,7 +53,7 @@ tomli==2.0.1
# pytest
types-pyyaml==6.0.12.11
# via responses
urllib3==2.0.7
urllib3==2.2.2
# via
# requests
# responses
Expand Down

0 comments on commit 8d4bc4b

Please sign in to comment.