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-REQUESTS-6928867
  • Loading branch information
snyk-bot committed May 21, 2024
1 parent 6886c2f commit 3af0d2d
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 @@ -10,7 +10,7 @@ multidict==6.0.4
py-cord==2.4.1
python-dotenv==1.0.0
quickchart-io==2.0.0
requests==2.31.0
requests==2.32.0
typing_extensions==4.9.0
urllib3==2.1.0
yarl==1.9.4

0 comments on commit 3af0d2d

Please sign in to comment.