summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-19 09:15:59 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-19 09:15:59 +0000
commit0e6fee159176591c493c2269b12f572d8e396796 (patch)
tree2b4bc09a012615a00702e4e35e1c2070834fd53f
parentee16c9acedc098fb0ff4a7d79305571f628faa8f (diff)
downloadceilometer-0e6fee159176591c493c2269b12f572d8e396796.tar.gz
Updated from global requirements
Change-Id: I793b6d86096209c55c934f818242ae3bc58fc56f
-rw-r--r--requirements-py3.txt22
-rw-r--r--requirements.txt30
-rw-r--r--test-requirements-py3.txt4
-rw-r--r--test-requirements.txt4
4 files changed, 30 insertions, 30 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 93ce70c2..eed3775e 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -6,35 +6,35 @@ alembic>=0.6.4
anyjson>=0.3.3
argparse
croniter>=0.3.4 # MIT License
-eventlet>=0.13.0
+eventlet>=0.15.1
iso8601>=0.1.9
jsonpath-rw>=1.2.0,<2.0
jsonschema>=2.0.0,<3.0.0
lockfile>=0.8
lxml>=2.3
msgpack-python>=0.4.0
-netaddr>=0.7.6
-oslo.config>=1.4.0.0a3
-oslo.db>=0.4.0
+netaddr>=0.7.12
+oslo.config>=1.4.0 # Apache-2.0
+oslo.db>=1.0.0 # Apache-2.0
PasteDeploy>=1.5.0
pbr>=0.6,!=0.7,<1.0
pecan>=0.5.0
posix_ipc
-oslo.messaging>=1.3.0
-oslo.utils>=0.2.0
+oslo.messaging>=1.4.0
+oslo.utils>=1.0.0 # Apache-2.0
pysnmp>=4.2.1,<5.0.0
python-ceilometerclient>=1.0.6
-python-glanceclient>=0.13.1
+python-glanceclient>=0.14.0
python-keystoneclient>=0.10.0
python-neutronclient>=2.3.6,<3
-python-novaclient>=2.17.0
+python-novaclient>=2.18.0
python-swiftclient>=2.2.0
pytz>=2010h
PyYAML>=3.1.0
-requests>=1.2.1
+requests>=1.2.1,!=2.4.0
six>=1.7.0
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
-sqlalchemy-migrate>=0.9.1
-stevedore>=0.14
+sqlalchemy-migrate>=0.9.1,!=0.9.2
+stevedore>=1.0.0 # Apache-2.0
WebOb>=1.2.3
WSME>=0.6
diff --git a/requirements.txt b/requirements.txt
index 1663de1f..4da6a0b0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,7 @@ alembic>=0.6.4
anyjson>=0.3.3
argparse
croniter>=0.3.4 # MIT License
-eventlet>=0.13.0
+eventlet>=0.15.1
happybase>=0.5,!=0.7
iso8601>=0.1.9
jsonpath-rw>=1.2.0,<2.0
@@ -15,33 +15,33 @@ keystonemiddleware>=1.0.0
lockfile>=0.8
lxml>=2.3
msgpack-python>=0.4.0
-netaddr>=0.7.6
+netaddr>=0.7.12
ordereddict
-oslo.db>=0.4.0
-oslo.config>=1.4.0.0a3
-oslo.rootwrap>=1.3.0.0a1
-oslo.vmware>=0.5 # Apache-2.0
+oslo.db>=1.0.0 # Apache-2.0
+oslo.config>=1.4.0 # Apache-2.0
+oslo.rootwrap>=1.3.0
+oslo.vmware>=0.6.0 # Apache-2.0
PasteDeploy>=1.5.0
pbr>=0.6,!=0.7,<1.0
pecan>=0.5.0
posix_ipc
-oslo.messaging>=1.4.0.0a3
-oslo.serialization>=0.1.0
-oslo.utils>=0.2.0 # Apache-2.0
+oslo.messaging>=1.4.0
+oslo.serialization>=1.0.0 # Apache-2.0
+oslo.utils>=1.0.0 # Apache-2.0
pysnmp>=4.2.1,<5.0.0
python-ceilometerclient>=1.0.6
-python-glanceclient>=0.13.1
+python-glanceclient>=0.14.0
python-keystoneclient>=0.10.0
python-neutronclient>=2.3.6,<3
-python-novaclient>=2.17.0
+python-novaclient>=2.18.0
python-swiftclient>=2.2.0
pytz>=2010h
PyYAML>=3.1.0
-requests>=1.2.1
+requests>=1.2.1,!=2.4.0
six>=1.7.0
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
-sqlalchemy-migrate>=0.9.1
-stevedore>=0.14
-tooz>=0.3
+sqlalchemy-migrate>=0.9.1,!=0.9.2
+stevedore>=1.0.0 # Apache-2.0
+tooz>=0.3 # Apache-2.0
WebOb>=1.2.3
WSME>=0.6
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 766b9b8d..f59ee530 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -12,8 +12,8 @@ httplib2>=0.7.5
mock>=1.0
mox>=0.5.3
# Docs Requirements
-oslosphinx>=2.2.0.0a2
-oslotest
+oslosphinx>=2.2.0 # Apache-2.0
+oslotest>=1.1.0 # Apache-2.0
pymongo>=2.5
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,<1.3
diff --git a/test-requirements.txt b/test-requirements.txt
index 3cb82f7c..1fb07126 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,8 +13,8 @@ mock>=1.0
mox>=0.5.3
MySQL-python
# Docs Requirements
-oslosphinx>=2.2.0.0a2
-oslotest
+oslosphinx>=2.2.0 # Apache-2.0
+oslotest>=1.1.0 # Apache-2.0
pymongo>=2.5
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,<1.3