From 18129456d8b6092ffa96de0f9a12c6156d1cf5d8 Mon Sep 17 00:00:00 2001 From: elajkat Date: Thu, 10 Sep 2020 13:13:56 +0200 Subject: [PATCH] Fix lower-constraints job for focal Change-Id: Ic5f1364240341d7f4c1d530073b803272663590f --- lower-constraints.txt | 14 +++++++------- requirements.txt | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 392658d73..d589d87fc 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -6,7 +6,7 @@ Babel==2.3.4 cachetools==2.0.0 contextlib2==0.4.0 coverage==4.0 -decorator==3.4.0 +decorator==4.0.0 docutils==0.11 dulwich==0.15.0 eventlet==0.18.2 @@ -15,15 +15,15 @@ fasteners==0.7.0 fixtures==3.0.0 future==0.16.0 futurist==1.2.0 -greenlet==0.4.10 +greenlet==0.4.15 imagesize==0.7.1 iso8601==0.1.11 Jinja2==2.10 keystoneauth1==3.4.0 -kombu==4.0.0 +kombu==4.6.1 linecache2==1.0.0 Mako==0.4.0 -MarkupSafe==1.0 +MarkupSafe==1.1.1 monotonic==0.6 mox3==0.20.0 msgpack-python==0.4.0 @@ -36,10 +36,10 @@ os-traits==0.9.0 oslo.concurrency==3.26.0 oslo.config==5.2.0 oslo.context==2.19.2 -oslo.db==4.37.0 +oslo.db==4.44.0 oslo.i18n==3.15.3 oslo.log==3.36.0 -oslo.messaging==5.29.0 +oslo.messaging==7.0.0 oslo.middleware==3.31.0 oslo.policy==1.30.0 oslo.serialization==2.18.0 @@ -63,7 +63,7 @@ python-editor==1.0.3 python-mimeparse==1.6.0 python-subunit==1.0.0 pytz==2013.6 -PyYAML==3.12 +PyYAML==3.13 reno==3.1.0 repoze.lru==0.7 requests==2.14.2 diff --git a/requirements.txt b/requirements.txt index 0e6244bd8..17b8abfd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,10 +13,10 @@ os-ken >= 0.3.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 -oslo.db>=4.37.0 # Apache-2.0 +oslo.db>=4.44.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 -oslo.messaging>=5.29.0 # Apache-2.0 +oslo.messaging>=7.0.0 # Apache-2.0 oslo.policy>=1.30.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.service!=1.28.1,>=1.24.0 # Apache-2.0