summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 23:38:00 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 23:38:00 +0000
commit8d2ab998e85ebf242b4fe0ab3748e0a073397712 (patch)
treeff456f533542aa34ab82290fdfff1d88f29aa6c3
parentb137d2f81ed93c19c9f5b6f943ff54045308732e (diff)
downloadoslo-utils-8d2ab998e85ebf242b4fe0ab3748e0a073397712.tar.gz
Updated from global requirements3.22.1
Change-Id: Ibf2e66a700504edaa0fd6906b94d819fc8cb10a1
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 3d61ebc..7b7caf0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@
# adding a new feature to oslo.utils means adding a new dependency,
# that is a likely indicator that the feature belongs somewhere else.
-pbr<2.0.0,>=1.8 # Apache-2.0
+pbr>=1.8 # Apache-2.0
six>=1.9.0 # MIT
funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0
iso8601>=0.1.11 # MIT