diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-23 10:52:46 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-23 10:52:46 +0000 |
commit | 2f30da7c4899d37b94ca9f39485481e129d96dc8 (patch) | |
tree | 04ab36e4aea3cf366f859c9583d100a82b4034a5 | |
parent | 62d1dc045db10539e3b1f6438ae026dc0e126afe (diff) | |
download | oslo-middleware-2f30da7c4899d37b94ca9f39485481e129d96dc8.tar.gz |
Updated from global requirements
Change-Id: I49e8e31f258f407a1a207345dfd6c7e4a2d7570b
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 233792b..513f99d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ Babel>=1.3 # BSD Jinja2>=2.8 # BSD License (3 clause) oslo.config>=3.2.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 -oslo.i18n>=1.5.0 # Apache-2.0 +oslo.i18n>=2.1.0 # Apache-2.0 oslo.utils>=3.4.0 # Apache-2.0 six>=1.9.0 # MIT stevedore>=1.5.0 # Apache-2.0 WebOb>=1.2.3 # MIT -debtcollector>=0.3.0 # Apache-2.0 +debtcollector>=1.2.0 # Apache-2.0 |