Skip to content

Commit

Permalink
fix: pip-sample/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-7267250
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent dd18afe commit c6da395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ testpath==0.4.1
tornado==5.1.1
traitlets==4.3.2
tweepy==3.6.0
urllib3==1.23
urllib3==1.26.19
virtualenv==16.0.0
wcwidth==0.1.7
webencodings==0.5.1
Expand Down

0 comments on commit c6da395

Please sign in to comment.