diff --git a/requirements.txt b/requirements.txt index 02f94e1337..b36bf2d82b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ PrettyTable<0.8,>=0.7 # BSD sqlalchemy-migrate>=0.9.6 # Apache-2.0 netaddr!=0.7.16,>=0.7.12 # BSD netifaces>=0.10.4 # MIT -paramiko>=2.0 # LGPL +paramiko>=2.0 # LGPLv2.1+ Babel>=2.3.4 # BSD iso8601>=0.1.11 # MIT jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT @@ -31,17 +31,17 @@ python-neutronclient>=4.2.0 # Apache-2.0 python-glanceclient>=2.0.0 # Apache-2.0 requests>=2.10.0 # Apache-2.0 six>=1.9.0 # MIT -stevedore>=1.10.0 # Apache-2.0 -setuptools>=16.0 # PSF/ZPL +stevedore>=1.16.0 # Apache-2.0 +setuptools!=24.0.0,>=16.0 # PSF/ZPL websockify>=0.8.0 # LGPLv3 oslo.cache>=1.5.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config>=3.10.0 # Apache-2.0 -oslo.context>=2.4.0 # Apache-2.0 +oslo.config>=3.12.0 # Apache-2.0 +oslo.context!=2.6.0,>=2.4.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 oslo.reports>=0.6.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.11.0 # Apache-2.0 +oslo.utils>=3.15.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 oslo.messaging>=5.2.0 # Apache-2.0 @@ -51,7 +51,7 @@ oslo.service>=1.10.0 # Apache-2.0 rfc3986>=0.2.0 # Apache-2.0 oslo.middleware>=3.0.0 # Apache-2.0 psutil<2.0.0,>=1.1.1 # BSD -oslo.versionedobjects>=1.9.1 # Apache-2.0 +oslo.versionedobjects>=1.13.0 # Apache-2.0 os-brick!=1.4.0,>=1.3.0 # Apache-2.0 os-win>=0.2.3 # Apache-2.0 castellan>=0.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 69a31ec839..5d97065f4b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,7 @@ PyMySQL>=0.6.2 # MIT License python-barbicanclient>=4.0.0 # Apache-2.0 python-ironicclient>=1.1.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD -requests-mock>=0.7.0 # Apache-2.0 +requests-mock>=1.0 # Apache-2.0 sphinx!=1.3b1,<1.3,>=1.2.1 # BSD os-api-ref>=0.1.0 # Apache-2.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 @@ -23,10 +23,10 @@ testresources>=0.2.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT tempest-lib>=0.14.0 # Apache-2.0 bandit>=1.0.1 # Apache-2.0 -openstackdocstheme>=1.0.3 # Apache-2.0 +openstackdocstheme>=1.4.0 # Apache-2.0 # vmwareapi driver specific dependencies -oslo.vmware>=1.16.0 # Apache-2.0 +oslo.vmware>=2.11.0 # Apache-2.0 # releasenotes -reno>=1.6.2 # Apache2 +reno>=1.8.0 # Apache2