Skip to content

Commit 237fef6

Browse files
Rose2161snyk-bot
andauthored
[Snyk] Fix for 2 vulnerabilities (#58)
* fix: solidity_deposit_contract/web3_tester/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 * fix: solidity_deposit_contract/web3_tester/requirements.txt to reduce vulnerabilities (#55) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 Co-authored-by: snyk-bot <[email protected]> * fix: solidity_deposit_contract/web3_tester/requirements.txt to reduce vulnerabilities (#56) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 Co-authored-by: snyk-bot <[email protected]> * fix: solidity_deposit_contract/web3_tester/requirements.txt to reduce vulnerabilities (#57) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 Co-authored-by: snyk-bot <[email protected]> * fix: solidity_deposit_contract/web3_tester/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --------- Co-authored-by: snyk-bot <[email protected]>
1 parent da17461 commit 237fef6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

solidity_deposit_contract/web3_tester/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ web3>=6.11.0
33
pytest>=4.4
44
# The eth2spec
55
../../
6+
snyk-fix-3f751c741087e8d5cd60e582cc80b917
7+
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
8+
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)