diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-10-27 12:21:08 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-10-27 12:21:08 +0000 |
commit | 628a1eec1e1dd0f857a670aa89bbcb9c02b92627 (patch) | |
tree | 1df38a40144e3fb6f74df2ea5ea91835001d7d41 | |
parent | 3b0312ec9a3d8ffb7ae5823ceb91bd6d19af0fbf (diff) | |
download | oslo-db-628a1eec1e1dd0f857a670aa89bbcb9c02b92627.tar.gz |
Updated from global requirements
Change-Id: Ib8d4e83db6d348e0630e1c60d93424784c20f0a9
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 040e8ce..fc3ed42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,9 @@ pbr>=1.6 # Apache-2.0 alembic>=0.8.4 # MIT debtcollector>=1.2.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.context>=2.9.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.17.0 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 stevedore>=1.17.1 # Apache-2.0 @@ -32,7 +32,7 @@ postgresql = # Dependencies for testing oslo.db itself. test = hacking<0.11,>=0.10.0 - coverage>=3.6 # Apache-2.0 + coverage>=4.0 # Apache-2.0 doc8 # Apache-2.0 eventlet!=0.18.3,>=0.18.2 # MIT fixtures>=3.0.0 # Apache-2.0/BSD |