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-5926907
  • Loading branch information
snyk-bot committed Oct 5, 2023
1 parent 2bbf08d commit a193209
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 @@ -72,6 +72,6 @@ types-setuptools==65.6.0.2
types-toml==0.10.8.1
types-urllib3==1.26.25.4
typing_extensions==4.4.0
urllib3==1.26.13
urllib3==1.26.17
uro==0.0.4
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit a193209

Please sign in to comment.