From ff7909f3ade0f07f2516bb6f3f0dacb10543647c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jul 2024 16:21:38 +0000 Subject: [PATCH] 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-SETUPTOOLS-7448482 --- solidity_deposit_contract/web3_tester/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/solidity_deposit_contract/web3_tester/requirements.txt b/solidity_deposit_contract/web3_tester/requirements.txt index 8dadab0bc2..5e207573a2 100644 --- a/solidity_deposit_contract/web3_tester/requirements.txt +++ b/solidity_deposit_contract/web3_tester/requirements.txt @@ -3,3 +3,4 @@ web3==5.4.0 pytest==3.6.1 # The eth2spec ../../ +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability