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-8309091
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092
  • Loading branch information
snyk-bot committed Oct 28, 2024
1 parent b78280a commit 41ffa36
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 @@ -4,5 +4,5 @@ itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.1
redis==5.1.1
Werkzeug==3.0.3
Werkzeug==3.0.6
flask-babel

0 comments on commit 41ffa36

Please sign in to comment.