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-6002459
  • Loading branch information
snyk-bot committed Oct 18, 2023
1 parent 7df6fa3 commit a450759
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 @@ -52,7 +52,7 @@ textblob==0.15.3
tqdm==4.54.0
typing-extensions==3.7.4.3
typing-inspect==0.6.0
urllib3==1.26.5
urllib3==1.26.18
virtualenv==20.2.1
virtualenv-clone==0.5.4
yarl==1.5.1

0 comments on commit a450759

Please sign in to comment.