diff --git a/requirements.txt b/requirements.txt index bd29e513b8..d8a752017c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ cryptography!=2.0,>=1.9 # BSD/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) gitdb>=0.6.4 # BSD License (3 clause) GitPython>=1.0.1 # BSD License (3 clause) -six>=1.9.0 # MIT -oslo.config>=4.6.0 # Apache-2.0 +six>=1.10.0 # MIT +oslo.config>=5.1.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 netaddr>=0.7.18 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index de7e3ac80f..c0e0cd6889 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ beautifulsoup4>=4.6.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT doc8>=0.6.0 # Apache-2.0 -extras>=0.0.3 # MIT +extras>=1.0.0 # MIT graphviz!=0.5.0,>=0.4 # MIT License hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 openstackdocstheme>=1.17.0 # Apache-2.0 @@ -26,4 +26,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