Skip to content

Commit a75af13

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/workshop/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PyJWT==2.7.0
1616
pymongo==3.13.0
1717
pyOpenSSL==23.1.1
1818
requests==2.30.0
19-
Werkzeug==2.0.3
19+
Werkzeug==3.1.4
2020
Faker==22.1.0
2121
gunicorn==21.2.0
2222
coverage==7.4.1

0 commit comments

Comments
 (0)