diff --git a/requirements.txt b/requirements.txt index d23ca07cd8e..887fe6ea2a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ keystonemiddleware>=4.12.0 # Apache-2.0 netaddr!=0.7.16,>=0.7.13 # BSD netifaces>=0.10.4 # MIT neutron-lib>=1.7.0 # Apache-2.0 -python-neutronclient>=5.1.0 # Apache-2.0 +python-neutronclient>=6.3.0 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0 ryu>=4.11 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT @@ -26,12 +26,12 @@ six>=1.9.0 # MIT stevedore>=1.20.0 # Apache-2.0 oslo.cache>=1.5.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0 oslo.context>=2.14.0 # Apache-2.0 oslo.db>=4.21.1 # Apache-2.0 oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.log>=3.22.0 # Apache-2.0 -oslo.messaging>=5.19.0 # Apache-2.0 +oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0 oslo.middleware>=3.27.0 # Apache-2.0 oslo.policy>=1.17.0 # Apache-2.0 oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0 @@ -45,7 +45,7 @@ osprofiler>=1.4.0 # Apache-2.0 ovs>=2.7.0 # Apache-2.0 ovsdbapp>=0.4.0 # Apache-2.0 psutil>=3.2.2 # BSD -pyroute2>=0.4.12 # Apache-2.0 (+ dual licensed GPL2) +pyroute2>=0.4.15 # Apache-2.0 (+ dual licensed GPL2) weakrefmethod>=1.0.2;python_version=='2.7' # PSF python-novaclient>=7.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f5ab88c99be..f9c92cc96f6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,7 +18,7 @@ oslotest>=1.10.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 ddt>=1.0.1 # MIT pylint==1.4.5 # GPLv2 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0 # Needed to run DB commands in virtualenvs PyMySQL>=0.7.6 # MIT License tempest>=14.0.0 # Apache-2.0