diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-11-18 20:51:02 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-11-18 20:51:02 +0000 |
commit | 62d0fa2cfb663f88969a5a7786ac385d5b34d323 (patch) | |
tree | daa8122a405a9e6a59c1e138ecfe5050ffdfa116 | |
parent | fe7f065bc70c2088544b0ff43b429b7f179d3000 (diff) | |
download | oslo-serialization-62d0fa2cfb663f88969a5a7786ac385d5b34d323.tar.gz |
Updated from global requirements
Change-Id: Ie5b421a5a7e12dda0bf65cb400985c64f61fda69
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 19770f9..4d3fa79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ msgpack-python>=0.4.0 # Only for timeutils in openstack.common - once we're using the # library version this can be removed. iso8601>=0.1.9 -oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 pytz>=2013.6 |