summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-10-19 13:38:30 +0800
committerDina Belova <dbelova@mirantis.com>2016-10-20 14:21:55 +0000
commit243f6c84997cfe3d911b4a3e66c4926953d1bc2b (patch)
treefbb358a38e33da3251523f222645e9aad4e99939
parentbbdf95d6c3c5fe9c8b68fc65118aab951f42e17d (diff)
downloadosprofiler-243f6c84997cfe3d911b4a3e66c4926953d1bc2b.tar.gz
Update dependencies' version from project requirements
Sync latest requirements from global requirements. Change-Id: I4564fa1b06bcd90acaab7273aaa7968af3d7bbe8
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt22
2 files changed, 13 insertions, 13 deletions
diff --git a/requirements.txt b/requirements.txt
index 04ea584..525dd4f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
six>=1.9.0 # MIT
oslo.messaging>=5.2.0 # Apache-2.0
-oslo.utils>=3.4.0 # Apache-2.0
-WebOb>=1.2.3 # MIT
+oslo.utils>=3.16.0 # Apache-2.0
+WebOb>=1.6.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index b49eaea..15f1794 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,19 +1,19 @@
-hacking>=0.10.2,<0.11
+hacking>=0.11.0,<0.12 # Apache-2.0
-coverage>=3.6
-mock>=1.2
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testtools>=1.4.0
+coverage>=3.6 # Apache-2.0
+mock>=2.0 # BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
-oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.2.1,!=1.3b1,<1.4 # BSD
# Bandit security code scanner
-bandit>=0.17.3 # Apache-2.0
+bandit>=1.1.0 # Apache-2.0
-python-ceilometerclient>=2.2.1 # Apache-2.0
-pymongo>=3.0.2,!=3.1 # Apache-2.0
+python-ceilometerclient>=2.5.0 # Apache-2.0
+pymongo>=3.0.2,!=3.1 # Apache-2.0
# Elasticsearch python client
elasticsearch>=2.0.0,<=3.0.0 # Apache-2.0