diff --git a/requirements.txt b/requirements.txt index 0139114586a..abe89576276 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ pbr>=1.6 # Apache-2.0 Paste # MIT PasteDeploy>=1.5.0 # MIT -Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT -Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT +Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT +Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT debtcollector>=1.2.0 # Apache-2.0 eventlet!=0.18.3,>=0.18.2 # MIT pecan>=1.0.0 # BSD @@ -17,8 +17,8 @@ Jinja2>=2.8 # BSD License (3 clause) keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 netaddr!=0.7.16,>=0.7.12 # BSD netifaces>=0.10.4 # MIT -neutron-lib>=0.0.1 # Apache-2.0 -python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0 +neutron-lib>=0.0.3 # Apache-2.0 +python-neutronclient>=4.1.1 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 ryu>=3.30 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT @@ -28,7 +28,7 @@ alembic>=0.8.4 # MIT six>=1.9.0 # MIT stevedore>=1.5.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 -oslo.config>=3.7.0 # Apache-2.0 +oslo.config>=3.9.0 # Apache-2.0 oslo.context>=2.2.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index dedc92dc485..1e861f14dda 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking<0.11,>=0.10.0 cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0 coverage>=3.6 # Apache-2.0 -fixtures>=1.3.1 # Apache-2.0/BSD +fixtures<2.0,>=1.3.1 # Apache-2.0/BSD mock>=1.2 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD requests-mock>=0.7.0 # Apache-2.0 @@ -20,7 +20,7 @@ oslotest>=1.10.0 # Apache-2.0 os-testr>=0.4.1 # Apache-2.0 ddt>=1.0.1 # MIT pylint==1.4.5 # GNU GPL v2 -reno>=0.1.1 # Apache2 +reno>=1.6.2 # Apache2 # Needed to run DB commands in virtualenvs PyMySQL>=0.6.2 # MIT License -tempest>=11.0.0 # Apache-2.0 +tempest>=11.0.0 # Apache-2.0