summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-01-25 20:19:45 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-01-25 20:19:45 +0000
commit24aea56633d938a0188f4ec96f5b82afc7d247aa (patch)
tree95b98069b48d5378e5bdfcee743600a21228fad6
parentf3c21575d2a3effe1a82a8f22110ea542cb9c9dc (diff)
downloaddjango_openstack_auth-24aea56633d938a0188f4ec96f5b82afc7d247aa.tar.gz
Updated from global requirements
Change-Id: Ie68fd51c43b901d2b1a951848db0de128efc3328
-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 cb502f3..f06a736 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,5 +6,5 @@ Django<1.9,>=1.8 # BSD
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.policy>=1.17.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
-keystoneauth1>=2.17.0 # Apache-2.0
+keystoneauth1>=2.18.0 # Apache-2.0
six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 61f1b27..4ccc23e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,7 @@ hacking<0.11,>=0.10.0
Babel>=2.3.4 # BSD
coverage>=4.0 # Apache-2.0
mock>=2.0 # BSD
-mox3>=0.7.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD