diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-11-29 09:14:51 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-11-29 09:14:51 +0000 |
commit | 23a3293176cfecdf3ff730fc1ef2eb591c3a6ba6 (patch) | |
tree | 449143ce538fc0cd828815104fcbe80b6e41ffd6 | |
parent | c682bfad389e60a8deb175abf9acc0b0f2472dcb (diff) | |
download | oslo-db-23a3293176cfecdf3ff730fc1ef2eb591c3a6ba6.tar.gz |
Updated from global requirements
Change-Id: Ibbe5b9e729ca53b4367c6470217eb097e1dde2dd
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fc61ac6..e2f74f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 alembic>=0.8.10 # MIT debtcollector>=1.2.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 oslo.utils>=3.31.0 # Apache-2.0 SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT sqlalchemy-migrate>=0.11.0 # Apache-2.0 |