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-WERKZEUG-6041510
  • Loading branch information
snyk-bot committed Nov 2, 2023
1 parent a40f06c commit 87dce56
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 @@ -20,4 +20,4 @@ requests==2.28.1
sendgrid==6.9.1
typer==0.4.1
uWSGI==2.0.19.1
werkzeug==2.0.3
werkzeug==3.0.1

0 comments on commit 87dce56

Please sign in to comment.