Skip to content

Commit b07485a

Browse files
committed
fix: 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 6854f55 commit b07485a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ six>=1.16.0
4343
testresources>=2.0.1
4444
toml>=0.10.2
4545
typing-extensions>=4.7.1
46-
urllib3>=2.2.2
46+
urllib3>=2.5.0
4747
wily>=1.24.2
4848
xmltodict>=0.13.0
4949
h11>=0.16.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)