summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-08-19 19:54:24 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-08-19 19:54:24 +0000
commit4504d518b36c6c29693a7e0273e2161421695f45 (patch)
tree45aceaa11ceb74f63a58400d4243c2499c3acdd5
parenteb4236502236f5a27d538d5e0b4e7778f08324b5 (diff)
downloadtrove-4504d518b36c6c29693a7e0273e2161421695f45.tar.gz
Updated from global requirements
Change-Id: I79e3886a2b81db8b25f5830e0200d6997da3c2d7
-rw-r--r--requirements.txt6
-rw-r--r--test-requirements.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index ff86fec8..e207a1f4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22,7 +22,7 @@ python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
python-swiftclient>=2.2.0 # Apache-2.0
python-designateclient>=1.5.0 # Apache-2.0
-python-neutronclient>=4.2.0 # Apache-2.0
+python-neutronclient>=5.1.0 # Apache-2.0
iso8601>=0.1.11 # MIT
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
Jinja2>=2.8 # BSD License (3 clause)
@@ -40,8 +40,8 @@ Babel>=2.3.4 # BSD
six>=1.9.0 # MIT
stevedore>=1.16.0 # Apache-2.0
oslo.messaging>=5.2.0 # Apache-2.0
-osprofiler>=1.3.0 # Apache-2.0
+osprofiler>=1.4.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.db>=4.10.0 # Apache-2.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
-xmltodict>=0.10.1 # MIT
+xmltodict>=0.10.1 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 0493aa15..ad339a78 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.11,>=0.10.0
-bandit>=1.0.1 # Apache-2.0
+bandit>=1.1.0 # Apache-2.0
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
os-api-ref>=0.4.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0