Skip to content

Commit

Permalink
fix: SCA/Python/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-174323
  • Loading branch information
snyk-bot committed Feb 14, 2024
1 parent 6f0c4b2 commit 152efc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCA/Python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ six==1.10.0
soco==0.12
tzlocal==1.4
uritemplate==3.0.0
urllib3==1.21.1
urllib3==1.24.3
webassets==0.12.1
xmltodict==0.11.0

0 comments on commit 152efc4

Please sign in to comment.