summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-08-01 17:40:47 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-09-11 00:18:17 +0000
commit9ae15390da5a5f89a4e30b49338b6d5354f7ae4a (patch)
tree193cee93d42d6c64907e410f5b3c1a5a0e5ffba3
parentd7b2995d587ef568d57e66ff62d764058c1254f0 (diff)
downloadoslo-policy-9ae15390da5a5f89a4e30b49338b6d5354f7ae4a.tar.gz
[goal] Migrate testing to ubuntu focalvictoria-em3.5.0
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: I97072055f880915cef6c5c2f0210730e7bbe5119
-rw-r--r--lower-constraints.txt4
-rw-r--r--requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 616bc90..456bb16 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -15,7 +15,7 @@ iso8601==0.1.11
Jinja2==2.10
keystoneauth1==3.4.0
linecache2==1.0.0
-MarkupSafe==1.0
+MarkupSafe==1.1.1
mox3==0.20.0
msgpack-python==0.4.0
netaddr==0.7.18
@@ -33,7 +33,7 @@ pyparsing==2.1.0
python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
-PyYAML==3.12
+PyYAML==5.1
requests==2.14.2
requests-mock==1.2.0
requestsexceptions==1.2.0
diff --git a/requirements.txt b/requirements.txt
index 4a0c5ed..2204536 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.22.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-PyYAML>=3.12 # MIT
+PyYAML>=5.1 # MIT
six>=1.10.0 # MIT
stevedore>=1.20.0 # Apache-2.0
oslo.utils>=3.40.0 # Apache-2.0