changing setuptools version (#1530)

Signed-off-by: Teju Gangisetty <tgangise@redhat.com>
This commit is contained in:
Teju Gangisetty
2026-07-29 15:19:53 -04:00
committed by GitHub
parent 5017fbb47d
commit 29d1c3529f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
pip install -r requirements.txt
pip install coverage
# Force setuptools==81.0.0 after all deps (some may try to upgrade it to 82+, which removes pkg_resources)
pip install --force-reinstall --no-deps setuptools==81.0.0
#pip install --force-reinstall --no-deps setuptools==81.0.0
- name: Deploy test workloads
run: |
+1 -1
View File
@@ -34,7 +34,7 @@ requests>=2.32.4 # Fixes GHSA-9hjg-9r4m-mvj7, GHSA-9wx4-h78v-vm56, GHSA-gc5v-m9
urllib3>=2.7.0 # Fixes GHSA-qccp-gfcp-xxvc, GHSA-38jv-5279-wg99, GHSA-gm62-xv2j-4w53, GHSA-2xpw-w6gg-jr37
service_identity==24.1.0
PyYAML==6.0.1
setuptools==83.0.0 # Has pkg_resources (required by VMware SDK) + newer vendored jaraco-context
setuptools<82.0.0 # Has pkg_resources (required by VMware SDK) + newer vendored jaraco-context
wheel>=0.46.2 # Fixes GHSA-8rrh-rw8j-w5fx
colorlog==6.10.1