From f392e4daf680d637fd96962c22866a2b07e032c7 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 23 Apr 2024 16:21:30 +0200 Subject: [PATCH] Update global pins for 2024.1 Some versions were intentionally not brought to the latest versions as pbr might have issues with some recent PEP requirements regarding pyproject.toml Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/917838 Change-Id: I1e03638b4ef2bdef828d592d684caf13e29f615d --- global-requirement-pins.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global-requirement-pins.txt b/global-requirement-pins.txt index 594e2dbedf..a0ce1672b5 100644 --- a/global-requirement-pins.txt +++ b/global-requirement-pins.txt @@ -6,7 +6,7 @@ # Use this file with caution! # -pip==22.3.1 -wheel==0.38.4 -setuptools==67.8.0 -uWSGI==2.0.21 +pip==23.3.2 +wheel==0.43.0 +setuptools==68.2.2 +uWSGI==2.0.25.1