Skip to content

Commit 5587612

Browse files
committed
fix: automation/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 266ca49 commit 5587612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dockerfile-parse
44
requests-html
55
GitPython
66
lxml-html-clean>=0.4.0
7-
urllib3==2.0.7
7+
urllib3==2.5.0
88
websockets>=10.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)