summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-01 12:45:51 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-01 12:45:51 +0000
commit56f252da178b6a5726cff4e24b253cefa3bc067a (patch)
tree8f8071e5896b606f2a77a381adc3b5f125d90523
parent329d9b5c872fadedffd17f7979987b071661ce35 (diff)
downloadpython-barbicanclient-56f252da178b6a5726cff4e24b253cefa3bc067a.tar.gz
Updated from global requirements
Change-Id: Iedaf908aa24eaf619563b9e46d147f6310f23802
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index edfe65a..b81f946 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
six>=1.9.0 # MIT
cliff>=2.8.0 # Apache-2.0
-keystoneauth1>=3.1.0 # Apache-2.0
+keystoneauth1>=3.2.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8beb6df..2821028 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,8 +4,8 @@
coverage!=4.4,>=4.0 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-requests-mock>=1.1 # Apache-2.0
-mock>=2.0 # BSD
+requests-mock>=1.1.0 # Apache-2.0
+mock>=2.0.0 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
oslotest>=1.10.0 # Apache-2.0