Skip to content

Commit b483990

Browse files
committed
fix: python/requirements.txt to reduce vulnerabilities
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
1 parent e3b38c5 commit b483990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ construct>=2.9,!=2.10.55
77
typing_extensions>=3.10
88
dataclasses ; python_version<'3.7'
99
simple-rlp>=0.1.2 ; python_version>='3.7'
10+
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)