From 369f4d2756190150e3cc117b4fb11778d0058529 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Tue, 11 Aug 2020 13:13:21 +0200 Subject: [PATCH] Fix lower-constraints. Fix several lower-constraints[1] dependency. [1] https://zuul.opendev.org/t/openstack/build/32ee2a3c45304aa5b0a8d368492a6c63 Change-Id: I9d5bc3a079c489aa7853f75ad2500635406872f3 --- lower-constraints.txt | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index d0f27749e..d71c0eeb4 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -41,7 +41,7 @@ jsonpointer==2.0 jsonschema==2.6.0 keystoneauth1==3.4.0 keystonemiddleware==4.21.0 -kombu==4.1.0 +kombu==4.3.0 linecache2==1.0.0 logutils==0.3.5 lxml==4.1.1 @@ -52,7 +52,7 @@ monotonic==1.4 mox3==0.25.0 msgpack==0.5.6 munch==2.2.0 -netaddr==0.7.19 +netaddr==0.7.20 netifaces==0.10.6 nose==1.3.7 openstacksdk==0.12.0 @@ -63,7 +63,7 @@ oslo.cache==1.29.0 oslo.concurrency==3.26.0 oslo.config==5.2.0 oslo.context==2.21.0 -oslo.db==4.35.0 +oslo.db==4.40.0 oslo.i18n==3.20.0 oslo.log==3.37.0 oslo.messaging==5.36.0 diff --git a/requirements.txt b/requirements.txt index fdb2e95ce..21afdef7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,11 +7,11 @@ Babel>=2.5.3 # BSD docker>=3.1.1 # Apache-2.0 httplib2>=0.10.3 # MIT iso8601>=0.1.12 # MIT -kombu>=4.1.0 # BSD -netaddr>=0.7.19 # BSD +kombu>=4.3.0 # BSD +netaddr>=0.7.20 # BSD oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.21.0 # Apache-2.0 -oslo.db>=4.35.0 # Apache-2.0 +oslo.db>=4.40.0 # Apache-2.0 oslo.messaging>=5.36.0 # Apache-2.0 oslo.middleware>=3.35.0 # Apache-2.0 oslo.serialization>=2.25.0 # Apache-2.0