diff --git a/requirements-py3.txt b/requirements-py3.txt index 2c3c6b7c8..0b66b3e05 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -16,7 +16,7 @@ msgpack-python>=0.4.0 netaddr>=0.7.12 oslo.concurrency>=0.1.0 # Apache-2.0 oslo.config>=1.4.0 # Apache-2.0 -oslo.db>=1.0.0 # Apache-2.0 +oslo.db>=1.1.0 # Apache-2.0 PasteDeploy>=1.5.0 pbr>=0.6,!=0.7,<1.0 pecan>=0.8.0 diff --git a/requirements.txt b/requirements.txt index 6a107ae9b..a608ba61b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ lockfile>=0.8 lxml>=2.3 msgpack-python>=0.4.0 netaddr>=0.7.12 -oslo.db>=1.0.0 # Apache-2.0 +oslo.db>=1.1.0 # Apache-2.0 oslo.concurrency>=0.1.0 # Apache-2.0 oslo.config>=1.4.0 # Apache-2.0 oslo.rootwrap>=1.3.0 diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index 3086a2c9e..24ced5969 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -22,4 +22,4 @@ sphinxcontrib-httpdomain sphinxcontrib-pecanwsme>=0.8 testrepository>=0.0.18 testscenarios>=0.4 -testtools>=0.9.36,!=1.2.0,!=1.4.0 +testtools>=0.9.36,!=1.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7689a4345..e2e347370 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25,4 +25,4 @@ sphinxcontrib-httpdomain sphinxcontrib-pecanwsme>=0.8 testrepository>=0.0.18 testscenarios>=0.4 -testtools>=0.9.36,!=1.2.0,!=1.4.0 +testtools>=0.9.36,!=1.2.0