Skip to content

Commit 1470f77

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-3319935 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319936
1 parent 1f80c0e commit 1470f77

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
@@ -9,4 +9,4 @@ MarkupSafe==2.1.0
99
PyYAML==6.0
1010
requests==2.27.1
1111
urllib3==1.26.8
12-
Werkzeug==2.0.3
12+
Werkzeug==2.2.3

0 commit comments

Comments
 (0)