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
This commit is contained in:
Jonathan Rosser 2021-01-12 12:18:41 +00:00
parent a0b8660125
commit c556a7f1c2
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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