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-1533435
  • Loading branch information
snyk-bot committed Jul 28, 2021
1 parent a182f05 commit db75725
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 @@ -92,7 +92,7 @@ soupsieve==1.9.5 # via -r requirements.in, beautifulsoup4
typing-extensions==3.7.4.3 # via apache-beam
typing==3.7.4.3 # via apache-beam, typing-extensions
uritemplate==3.0.1 # via google-api-python-client
urllib3==1.25.11 # via elasticsearch, requests
urllib3==1.26.5 # via elasticsearch, requests
webapp2==3.0.0b1 # via -r requirements.in
webencodings==0.5.1 # via -r requirements.in, bleach, html5lib
webob==1.8.6 # via webapp2
Expand Down

0 comments on commit db75725

Please sign in to comment.