Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#69)
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-6808933

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
saidsef and snyk-bot committed May 10, 2024
1 parent 31728ba commit e2c556a
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 @@ -2,4 +2,4 @@
flask==3.0.3
flask_wtf==1.2.1
prometheus-flask-exporter==0.23.0
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit e2c556a

Please sign in to comment.