Skip to content

Commit 4951990

Browse files
committed
fix: api/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843
1 parent 36eb825 commit 4951990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ six==1.14.0
4141
toml==0.10.0
4242
typed-ast==1.4.1
4343
wcwidth==0.1.9
44-
Werkzeug==1.0.1
44+
Werkzeug==3.1.5
4545
WTForms==2.3.1
4646
zipp==3.1.0

0 commit comments

Comments
 (0)