summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-01-12 10:05:02 +0000
committerGerrit Code Review <review@openstack.org>2021-01-12 10:05:02 +0000
commit71f3d092acaa56f0edb49bcd26814d4f67f953b4 (patch)
treeecc7e8587a9c92e19dcb368336e79b19d0d3767e
parent8c1e6926799f47ffb7fceb3cef2ab1d1c1dd5e90 (diff)
parentc6f04f772c8c2cd9601086bee26d85a273e67cd7 (diff)
downloadceilometer-71f3d092acaa56f0edb49bcd26814d4f67f953b4.tar.gz
Merge "Fix lower-constraints job"
-rw-r--r--lower-constraints.txt24
-rw-r--r--requirements.txt17
-rw-r--r--test-requirements.txt1
3 files changed, 21 insertions, 21 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index faf2243e..df382133 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -2,28 +2,26 @@ cachetools==2.1.0
cotyledon==1.3.0
coverage==4.0
fixtures==3.0.0
-futures==3.0
futurist==1.8.0
gabbi==1.30.0
gnocchiclient==7.0.0
jsonpath-rw-ext==1.1.3
-keystoneauth1==3.9.0
-lxml==4.2.3
+keystoneauth1==3.18.0
+lxml==4.5.1
monotonic==0.6
-msgpack==0.5.0
+msgpack==0.5.2
os-win==3.0.0
os-xenapi==0.3.3
oslo.cache==1.26.0
oslo.concurrency==3.26.0
-oslo.config==5.2.0
+oslo.config==6.0.0
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.messaging==8.0.0
-oslo.messaging[kafka]==8.0.0
oslo.privsep==1.32.0
oslo.reports==1.18.0
oslo.rootwrap==2.0.0
-oslo.utils==3.37.0
+oslo.utils==4.5.0
oslo.vmware==2.17.0
oslotest==3.2.0
pbr==2.0.0
@@ -31,19 +29,19 @@ pyOpenSSL==17.1.0
pysnmp==4.2.3
python-cinderclient==3.3.0
python-glanceclient==2.8.0
-python-keystoneclient==3.15.0
+python-keystoneclient==3.18.0
python-monascaclient==1.12.0
python-neutronclient==6.7.0
python-novaclient==9.1.0
python-swiftclient==3.2.0
python-zaqarclient==1.3.0
-PyYAML==3.13
-requests==2.8.1
+PyYAML==5.1
+requests==2.14.2
requests-aws==0.1.4
-six==1.9.0
+six==1.10.0
stestr==2.0.0
-stevedore==1.20.0
+stevedore==3.0.0
tenacity==4.12.0
+testresources==2.0.1
testscenarios==0.4
testtools==2.2.0
-tooz[zake]==1.47.0
diff --git a/requirements.txt b/requirements.txt
index 66dcb189..5085c02d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,10 +6,11 @@ cachetools>=2.1.0 # MIT License
cotyledon>=1.3.0 #Apache-2.0
futurist>=1.8.0 # Apache-2.0
jsonpath-rw-ext>=1.1.3 # Apache-2.0
-lxml>=4.2.3 # BSD
-msgpack>=0.5.0 # Apache-2.0
+lxml>=4.5.1 # BSD
+monotonic>=0.6
+msgpack>=0.5.2 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
-oslo.config>=5.2.0 # Apache-2.0
+oslo.config>=6.0.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.reports>=1.18.0 # Apache-2.0
@@ -21,16 +22,16 @@ oslo.utils>=3.37.0 # Apache-2.0
oslo.privsep>=1.32.0 # Apache-2.0
pysnmp<5.0.0,>=4.2.3 # BSD
python-glanceclient>=2.8.0 # Apache-2.0
-python-keystoneclient>=3.15.0 # Apache-2.0
-keystoneauth1>=3.9.0 # Apache-2.0
+python-keystoneclient>=3.18.0 # Apache-2.0
+keystoneauth1>=3.18.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
python-novaclient>=9.1.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
python-cinderclient>=3.3.0 # Apache-2.0
-PyYAML>=3.13 # MIT
+PyYAML>=5.1 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
-six>=1.9.0 # MIT
-stevedore>=1.20.0 # Apache-2.0
+six>=1.10.0 # MIT
+stevedore>=3.0.0 # Apache-2.0
tenacity>=4.12.0 # Apache-2.0
tooz[zake]>=1.47.0 # Apache-2.0
os-xenapi>=0.3.3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6d10a478..755b386d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,3 +14,4 @@ testtools>=2.2.0 # MIT
gabbi>=1.30.0 # Apache-2.0
requests-aws>=0.1.4 # BSD License (3 clause)
stestr>=2.0.0 # Apache-2.0
+testresources>=2.0.1 # Apache-2.0