Skip to content

Commit 687b7ac

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 371fe5b commit 687b7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ selenium==4.2.0
3838
six==1.14.0
3939
versionfinder>=1.0.0
4040
wishlist==0.2.2
41-
Werkzeug==1.0.1
41+
Werkzeug==3.0.6

0 commit comments

Comments
 (0)