Skip to content

Commit 77825fd

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-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 96e8e76 commit 77825fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/workshop/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ gunicorn==21.2.0
2222
coverage==7.4.1
2323
unittest-xml-reporting==3.2.0
2424
black==24.4.2
25+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)