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

Commit 8580ebe

Browse files
saidsefsnyk-bot
andauthored
fix: requirements.txt to reduce vulnerabilities (#52)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 Co-authored-by: snyk-bot <[email protected]>
1 parent 8d34f0d commit 8580ebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
flask==3.0.0
33
flask_wtf==1.2.1
44
prometheus-flask-exporter==0.22.4
5+
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)