summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-08-18 11:40:33 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-08-18 11:40:33 +0000
commit37ed8fb23e62a94d53d8ad888b329c0c89b17409 (patch)
treedf3b396cc5474a22c671856d7411a5d27ea9b759
parent85231b92e1a5e72a72ee56f5768c4083848e211c (diff)
downloadoslo-vmware-37ed8fb23e62a94d53d8ad888b329c0c89b17409.tar.gz
Updated from global requirements
Change-Id: If4d53245a1458eef3a8c461f050cab4279dda2d5
-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 93adefe..ca307e1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
# for the routing notifier
-PyYAML>=3.10.0 # MIT
+PyYAML>=3.10 # MIT
lxml!=3.7.0,>=2.3 # BSD
suds-jurko>=0.6 # LGPLv3+
diff --git a/test-requirements.txt b/test-requirements.txt
index 023c87f..336de42 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,7 +6,7 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0 # BSD
+mock>=2.0.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
@@ -19,7 +19,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
# this is required for the docs build jobs
openstackdocstheme>=1.16.0 # Apache-2.0
sphinx>=1.6.2 # BSD
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
ddt>=1.0.1 # MIT