WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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 <[email protected]>
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)