summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-05-14 22:29:04 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-05-14 22:29:04 +0000
commitbd32358dcdcf293b543e42b944e47c9b84259db3 (patch)
tree271d8c95692e9c741e21724316cbd71c638f642b
parent695153a523faa9310e2e20d0333c33a47334208a (diff)
downloadkeystone-bd32358dcdcf293b543e42b944e47c9b84259db3.tar.gz
Updated from global requirements
Change-Id: Ibc2f29df37c7ac1c4e61bc41b3fe9e8650149747
-rw-r--r--requirements-py3.txt4
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements-py3.txt2
-rw-r--r--test-requirements.txt2
4 files changed, 7 insertions, 7 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index b811e66fd..8fab4116d 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -17,14 +17,14 @@ SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9
sqlalchemy-migrate==0.9.1
passlib<=1.6.2
iso8601>=0.1.9,<=0.1.10
-python-keystoneclient>=0.10.0,<=1.1.0
+python-keystoneclient>=0.10.0,<1.2.0
keystonemiddleware>=1.0.0,<1.4.0
oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
# oslo.messaging tries to pull in eventlet
# oslo.messaging>=1.4.0.0a3
oslo.db>=1.0.0,<1.1 # Apache-2.0
oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.0
-oslo.utils>=1.0.0,<=1.2.1 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
Babel>=1.3,<=1.3
oauthlib>=0.6,<=0.7.2
dogpile.cache>=0.5.3,<=0.5.6
diff --git a/requirements.txt b/requirements.txt
index 974836e52..86bf377b5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,7 +16,7 @@ SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9
sqlalchemy-migrate==0.9.1
passlib<=1.6.2
iso8601>=0.1.9,<=0.1.10
-python-keystoneclient>=0.10.0,<=1.1.0
+python-keystoneclient>=0.10.0,<1.2.0
keystonemiddleware>=1.0.0,<1.4.0
oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
oslo.messaging>=1.4.0,<1.5.0
@@ -24,10 +24,10 @@ oslo.db>=1.0.0,<1.1 # Apache-2.0
oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.0
# only for Keystone tests running against keystoneclient master
oslo.serialization>=1.0.0,<=1.2.0 # Apache-2.0
-oslo.utils>=1.0.0,<=1.2.1 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
Babel>=1.3,<=1.3
oauthlib>=0.6,<=0.7.2
dogpile.cache>=0.5.3,<=0.5.6
jsonschema>=2.0.0,<3.0.0
-pycadf>=0.6.0,<0.7.0 # Apache-2.0
+pycadf>=0.6.0,!=0.6.2,<0.7.0 # Apache-2.0
posix_ipc<=0.9.9
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 057eabd93..bf756f5f8 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -53,4 +53,4 @@ oslosphinx>=2.2.0,<2.5.0 # Apache-2.0
# Used only by oslo
kombu>=2.5.0,<=3.0.7
lockfile>=0.8,<=0.8
-stevedore>=1.0.0,<=1.2.0 # Apache-2.0
+stevedore>=1.0.0,<=1.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f1aefbd5f..5d9a93605 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -54,4 +54,4 @@ oslosphinx>=2.2.0,<2.5.0 # Apache-2.0
# Used only by oslo
kombu>=2.5.0,<=3.0.7
lockfile>=0.8,<=0.8
-stevedore>=1.0.0,<=1.2.0 # Apache-2.0
+stevedore>=1.0.0,<=1.3.0 # Apache-2.0