From c556a7f1c23e4acd971ae0f4def666b2d992c97e Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 12 Jan 2021 12:18:41 +0000 Subject: [PATCH] Update pip/setuptools/wheel to latest version This will bring in a version of pip using the new requirements resolver Depends-On: Ib4c3592184973ba9908a1ba17d935a96448969a1 Depends-On: Idbd71ade1ab82d2d218e560b2f10c38116ff47e3 Depends-On: I9be6bbf4a29a4da2ddf96dc0336bc2a7d8ec9281 Depends-On: I599f9de82a6350599444096e98a0e25a417e18ef Depends-On: I2c4009fbdf524f2d54adf1d4a730604c123f72fd Depends-On: Ib17a2712993c6c7e3b5622fc944d7754dbb872ba Depends-On: Ie2c30984b9ad7fc2cc55900f49b2300e2bdaa1e3 Depends-On: I00b42c61d03c83bfbfec69ad3bd47d940bb449d2 Depends-On: If53aca6f16324d305b150466b94d3f18c8a1096a Depends-On: Ibab50a351d5e14bfc993884036c27cc3f2eee424 Depends-On: I41fc05409433b4e22307ad604c15d30bcea32abd Depends-On: I49c75dd11d6c4e8d37fe013b7ffdfd56ff193fcd Change-Id: I387eeeea7bb7a122b275219ac6ca858824b137e2 --- global-requirement-pins.txt | 6 +++--- test-requirements.txt | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/global-requirement-pins.txt b/global-requirement-pins.txt index 3d813edbf1..77ff0b55f3 100644 --- a/global-requirement-pins.txt +++ b/global-requirement-pins.txt @@ -6,6 +6,6 @@ # Use this file with caution! # -pip==20.2.3 -setuptools==50.3.0 -wheel==0.35.1 +pip==20.3.3 +setuptools==51.1.2 +wheel==0.36.2 diff --git a/test-requirements.txt b/test-requirements.txt index 6b1880ab04..70a23c5376 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # Keep hacking first, it pulls in the right versions of flake8, mccabe and pyflakes -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=3.2.0,<4.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 virtualenv>=14.0.6 # MIT @@ -11,5 +11,4 @@ virtualenv>=14.0.6 # MIT # once we stop doing linters check for the integrated repo with # openstack-ansible-tests/test-ansible-lint.sh flake8==3.8.3 # MIT -ansible-lint==4.3.5 # MIT -pycodestyle>=2.5.0,<2.6.0 +ansible-lint==4.3.5 # MIT \ No newline at end of file