Skip to content

Commit 915c51c

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
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
1 parent ef5388a commit 915c51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ setuptools>=62.0.0
22
Flask==3.0.3
33
flask-restx==1.3.0
44
Flask-WTF==1.2.1
5-
Werkzeug==3.0.3
5+
Werkzeug==3.0.6
66
rfc3339-validator==0.1.4
77
numpy==1.26.4
88
pandas==2.2.2

0 commit comments

Comments
 (0)