summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-08-18 04:39:16 +0000
committerRajath Agasthya <rajathagasthya@gmail.com>2017-08-22 15:32:32 -0700
commit5ffc30f6bdcca8bcbe47d7b8f4dda2b15d063fa3 (patch)
treea6eeb5f6cbadd7217c357750d8036830fd89bf47
parente27af509865db8adf233e5c32670caac970c54f2 (diff)
downloadcliff-5ffc30f6bdcca8bcbe47d7b8f4dda2b15d063fa3.tar.gz
Updated from global requirements
Change-Id: Ie282ea0ce4527b224d267dfb8cd56b4c947b61ce
-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 921ab65..4b39846 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,4 +8,4 @@ pyparsing>=2.1.0 # MIT
six>=1.9.0 # MIT
stevedore>=1.20.0 # Apache-2.0
unicodecsv>=0.8.0;python_version<'3.0' # BSD
-PyYAML>=3.10.0 # MIT
+PyYAML>=3.10 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index b56d355..21be505 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,7 @@
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
-mock>=2.0 # BSD
+mock>=2.0.0 # BSD
testscenarios>=0.4 # Apache-2.0/BSD
coverage!=4.4,>=4.0 # Apache-2.0