From 7e2ca764923f5b7bcfe11bdb2a6a9a7dcc8488d6 Mon Sep 17 00:00:00 2001 From: Yumeng_Bao Date: Thu, 17 Sep 2020 16:47:58 +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: I2eeaa3fdec4841eae6fe706ef5f4ef120b21a30f 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 faef588..19dabc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,8 +12,8 @@ oslo.log>=3.36.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 os-client-config>=1.28.0 # Apache-2.0 -osc-lib>=1.8.0 # Apache-2.0 +osc-lib>=1.14.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD -cryptography!=2.0,>=1.9 # BSD/Apache-2.0 +cryptography>=2.7 # BSD/Apache-2.0 decorator>=3.4.0 # BSD openstacksdk>=0.42.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index efc9a13..ebe8b92 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,9 +7,9 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0 coverage>=4.0,!=4.4 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=2.0.0,!=2.1.0 # BSD -oslotest>=1.10.0 # Apache-2.0 -stestr>=1.0.0 # Apache-2.0 -testtools>=1.4.0 # MIT +oslotest>=3.2.0 # Apache-2.0 +stestr>=2.2.0 # Apache-2.0 +testtools>=2.4.0 # MIT openstackdocstheme>=2.2.1 # Apache-2.0 requests-mock>=0.6.0 # Apache-2.0 # releasenotes