summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-05-19 21:39:45 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-05-19 21:39:45 +0000
commitfd4626172b774997eb56e7b301d98e67addbc31e (patch)
tree43dc10452218afc4538623510cfcd3887ef7edb4
parente5f96a88a75beef2808cfe09697374214f656ed6 (diff)
downloadstevedore-fd4626172b774997eb56e7b301d98e67addbc31e.tar.gz
Updated from global requirements
Change-Id: Ie64901feb49a3313016057fa7992f8a93e69c73a
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index f7f4cc9..408d229 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
argparse
six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 9d75458..b3680da 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-Pillow==2.4.0 # MIT
+Pillow>=2.4.0 # MIT
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
mock>=1.0
coverage>=3.6