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-WHEEL-3092128
  • Loading branch information
snyk-bot committed Nov 2, 2022
1 parent ac00932 commit 61f6e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -18,3 +18,4 @@ PyMySQL==0.9.3
python-dotenv==0.20.0
requests==2.27.1
youtube-dl==2021.12.17
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 61f6e01

Please sign in to comment.