Skip to content

Commit e3bf932

Browse files
committed
fix: python/requirements-optional.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 e3bf932

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/requirements-optional.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ web3 >= 4.8
33
Pillow
44
stellar-sdk>=4.0.0,<6.0.0
55
rlp>=1.1.0 ; python_version<'3.7'
6+
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)