From 01e9a74505cd0862780606aae423be97af5eb759 Mon Sep 17 00:00:00 2001 From: Yumeng Bao Date: Thu, 17 Sep 2020 16:30:12 +0800 Subject: [PATCH] [goal] Fixing lower constraints for Ubuntu Focal As per victoria cycle testing runtime and community goal[1], we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Bump lower constraints to make testing work for Focal. [1]https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I57537f1afaac87cb99d2cae4e150f915428135e0 Story: 2007865 Task: 40181 --- requirements.txt | 4 ++-- test-requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index bb98b327..787850d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pbr>=0.11,!=2.1.0 # Apache-2.0 pecan>=1.0.0,!=1.0.2,!=1.0.3,!=1.0.4,!=1.2 # BSD WSME>=0.8.0 # MIT six>=1.8.0 # MIT -eventlet>=0.12.0,!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0 # MIT +eventlet>=0.26.0 # MIT oslo.i18n>=1.5.0 # Apache-2.0 oslo.config>=1.1.0,!=4.3.0,!=4.4.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 @@ -14,7 +14,7 @@ oslo.context>=2.9.0 # Apache-2.0 oslo.messaging>=10.3.0 # Apache-2.0 oslo.concurrency>=3.26.0 # Apache-2.0 oslo.service>=1.0.0,!=1.28.1 # Apache-2.0 -oslo.db>=4.1.0 # Apache-2.0 +oslo.db>=4.44.0 # Apache-2.0 os-resource-classes>=0.5.0 # Apache-2.0 oslo.upgradecheck>=0.1.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2bbca5fa..9f8c2555 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,12 +7,12 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0 bandit>=1.6.0 # Apache-2.0 coverage>=3.6,!=4.4 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -ddt>=1.0.1 # MIT +ddt>=1.2.1 # MIT oslotest>=3.2.0 # Apache-2.0 -stestr>=2.0.0 # Apache-2.0/BSD +stestr>=2.2.0 # Apache-2.0 testresources>=2.0.0 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD -testtools>=0.9.32 # MIT +testtools>=2.4.0 # MIT tempest>=17.1.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 Pygments>=2.2.0 # BSD license