diff --git a/requirements.txt b/requirements.txt index 309790c473..9e9bdc51a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,9 +11,9 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT six>=1.9.0 # MIT stevedore>=1.5.0 # Apache-2.0 -neutron-lib>=0.0.1 # Apache-2.0 +neutron-lib>=0.0.3 # 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.db>=4.1.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5ca3a6c010..c215bf6d9a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking<0.10,>=0.9.2 coverage>=3.6 # Apache-2.0 discover # BSD -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 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD @@ -18,5 +18,5 @@ testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0 # MIT # This is needed for subunit-trace tempest-lib>=0.14.0 # Apache-2.0 -reno>=0.1.1 # Apache2 +reno>=1.6.2 # Apache2 bandit>=0.17.3 # Apache-2.0