Skip to content

Commit 6da12d5

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 b13f205 commit 6da12d5

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
@@ -159,7 +159,7 @@ utils==0.9.0
159159
#vine==1.1.3
160160
virtualenv==15.1.0
161161
websocket-client==0.40.0
162-
Werkzeug==0.15.3
162+
Werkzeug==3.0.6
163163
#wrapt==1.9.0
164164
xmltodict==0.10.2
165165

0 commit comments

Comments
 (0)