Skip to content

Commit a7b7ea9

Browse files
committed
fix: queue_app/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620
1 parent b59ca7d commit a7b7ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ six==1.14.0
1919
toml==0.10.0
2020
typed-ast==1.4.1
2121
vine==1.3.0
22-
Werkzeug==1.0.1
22+
Werkzeug==3.1.4
2323
wrapt==1.12.1
2424
zipp==3.1.0

0 commit comments

Comments
 (0)