From 28f15b95b00bacf57415be5ba73cbfa4ccb4553b Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 11 Jul 2022 08:23:11 +0100 Subject: [PATCH] Update pip and wheel to latest versions We can do this now we have dropped support for Centos-8-Stream. Change-Id: I922d6780d47c2e16070d20e7a59317e61215ed60 --- global-requirement-pins.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirement-pins.txt b/global-requirement-pins.txt index 3658f41ba4..95f362f7d3 100644 --- a/global-requirement-pins.txt +++ b/global-requirement-pins.txt @@ -6,6 +6,6 @@ # Use this file with caution! # -pip==21.3.1 -wheel==0.37.0 +pip==22.1.2 +wheel==0.37.1 uWSGI==2.0.20