diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-09-11 21:47:29 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-09-11 21:47:29 +0000 |
commit | 08e52a1101518ccc3ecba4f383c5e0ec8db64a5e (patch) | |
tree | a3d1efa674451a986ca44cce4181705822c995c8 /requirements.txt | |
parent | 4356cb7b50f7cfe10afb67f196079e3d283545f0 (diff) | |
download | oslo-utils-08e52a1101518ccc3ecba4f383c5e0ec8db64a5e.tar.gz |
Updated from global requirements
Change-Id: I6a497f6c3038717eea89f2c9e997f142f7a9657b
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index f6cb091..afffee1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,12 +9,12 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 six>=1.9.0 # MIT -funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0 +funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 iso8601>=0.1.11 # MIT -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 monotonic>=0.6 # Apache-2.0 pytz>=2013.6 # MIT -netaddr!=0.7.16,>=0.7.13 # BSD +netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT debtcollector>=1.2.0 # Apache-2.0 pyparsing>=2.1.0 # MIT |