Skip to content

Commit 6c55e2f

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-PROTOBUF-10364902 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 204425e commit 6c55e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/requirements-optional.txt

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

0 commit comments

Comments
 (0)