From a1356fe658574db64766648c98848c7ebbb6af94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 03:14:05 +0000 Subject: [PATCH] fix: networking-calico/test-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- networking-calico/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking-calico/test-requirements.txt b/networking-calico/test-requirements.txt index 6e708fcef6f..9bae7e05073 100644 --- a/networking-calico/test-requirements.txt +++ b/networking-calico/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL +setuptools!=70.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL hacking<0.11,>=0.10.0