Skip to content

Commit c1a46e3

Browse files
fix: scripts/requirements.txt to reduce vulnerabilities (#28)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 65d7e8f commit c1a46e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requests==2.32.4
1010
smmap==3.0.5
1111
soupsieve==2.0.1
1212
pyyaml==6.0.1
13-
urllib3==1.26.18
13+
urllib3==2.6.0
1414
wheel==0.38.1
1515
jsonschema==4.9.1
1616
marko==1.2.1

0 commit comments

Comments
 (0)