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 27, 2024
1 parent b4c531d commit e99a29f
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 @@ -3,7 +3,7 @@ codecov==2.0.11
Flask==0.12.2
Flask-Assets==0.12
Jinja2==2.9.6
Werkzeug==0.12.2
Werkzeug==3.0.6
certifi==2017.4.17
chardet==3.0.3
click==6.7
Expand Down

0 comments on commit e99a29f

Please sign in to comment.