Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

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-1014645
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174323
  • Loading branch information
snyk-bot committed Mar 23, 2021
1 parent 595859a commit 76b7831
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 @@ -9,4 +9,4 @@ pydub==0.23.0
requests==2.21.0
six==1.12.0
soupsieve==1.7.2
urllib3==1.24.2
urllib3==1.25.9

0 comments on commit 76b7831

Please sign in to comment.