Skip to content

Commit 5741337

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-14896210
1 parent c3cd835 commit 5741337

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
rlp>=1.1.0 ; python_version<'3.7'
10+
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)