diff --git a/requirements.txt b/requirements.txt index 5237884d6b..cf28090394 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 docker>=2.4.2 # Apache-2.0 Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) -six>=1.9.0 # MIT +six>=1.10.0 # MIT oslo.config>=4.6.0 # Apache-2.0 oslo.utils>=3.31.0 # Apache-2.0 setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL diff --git a/test-requirements.txt b/test-requirements.txt index 51f7c6ef38..5d080c2c54 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ bashate>=0.5.1 # Apache-2.0 beautifulsoup4>=4.6.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 -extras>=0.0.3 # MIT +extras>=1.0.0 # MIT hacking>=0.10.0 openstackdocstheme>=1.17.0 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 @@ -21,4 +21,4 @@ pytz>=2013.6 # MIT sphinx>=1.6.2 # BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT