From a10ed81e12a5257d7a33525fe3cb7bedba577433 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 1 Aug 2020 17:03:15 -0500 Subject: [PATCH] [goal] Migrate testing to ubuntu focal As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40207 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: Iade03cf85b4f09ce2e8d4f6d9a06635b263f6a79 --- lower-constraints.txt | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index ad7996fa..7be58e1f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,12 +1,12 @@ appdirs==1.3.0 asn1crypto==0.23.0 certifi==2020.4.5.2 -cffi==1.13.2 +cffi==1.14.0 chardet==3.0.4 cliff==2.8.0 cmd2==0.8.0 coverage==4.0 -cryptography==2.1 +cryptography==2.7 debtcollector==1.2.0 entrypoints==0.3 extras==1.0.0 @@ -43,7 +43,7 @@ python-dateutil==2.5.3 python-mimeparse==1.6.0 python-subunit==1.0.0 pytz==2013.6 -PyYAML==3.12 +PyYAML==3.13 requests==2.18.0 requestsexceptions==1.2.0 rfc3986==0.3.1 diff --git a/requirements.txt b/requirements.txt index 369de27d..7a460bc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cryptography>=2.1 # BSD/Apache-2.0 +cryptography>=2.7 # BSD/Apache-2.0 python-barbicanclient>=4.5.2 # Apache-2.0 oslo.config>=6.4.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0