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