summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-06-25 19:44:48 -0500
committerLee Yarwood <lyarwood@redhat.com>2020-08-18 11:28:32 +0000
commite905400ca077933563972b6ea73177c22408a8fe (patch)
tree7b65bc3e8a60c7eacc119146f029e2072f7fef55 /requirements.txt
parent87269dcaeed7b0234d137bf61ec327703342c2a9 (diff)
downloadnova-e905400ca077933563972b6ea73177c22408a8fe.tar.gz
[goal] Prepare for job migration to Ubuntu Focal (20.04)
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40200 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I6d79fc80b85d398fe0168677318c9c34285189ae
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index f33c2b4063..6e27dca793 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,20 +8,20 @@ decorator>=4.1.0 # BSD
eventlet>=0.22.0 # MIT
Jinja2>=2.10 # BSD License (3 clause)
keystonemiddleware>=4.20.0 # Apache-2.0
-lxml!=3.7.0,>=3.4.1 # BSD
+lxml>=4.5.0 # BSD
Routes>=2.3.1 # MIT
cryptography>=2.7 # BSD/Apache-2.0
WebOb>=1.8.2 # MIT
# NOTE(mriedem): greenlet 0.4.14 does not work with older versions of gcc on
# ppc64le systems, see https://github.com/python-greenlet/greenlet/issues/136.
-greenlet>=0.4.10,!=0.4.14 # MIT
+greenlet>=0.4.15 # MIT
PasteDeploy>=1.5.0 # MIT
Paste>=2.0.2 # MIT
PrettyTable<0.8,>=0.7.1 # BSD
sqlalchemy-migrate>=0.13.0 # Apache-2.0
netaddr>=0.7.18 # BSD
netifaces>=0.10.4 # MIT
-paramiko>=2.0.0 # LGPLv2.1+
+paramiko>=2.7.1 # LGPLv2.1+
iso8601>=0.1.11 # MIT
jsonschema>=3.2.0 # MIT
python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0
@@ -71,4 +71,4 @@ zVMCloudConnector>=1.3.0;sys_platform!='win32' # Apache 2.0 License
futurist>=1.8.0 # Apache-2.0
openstacksdk>=0.35.0 # Apache-2.0
dataclasses>=0.7;python_version=='3.6' # Apache 2.0 License
-PyYAML>=3.12 # MIT
+PyYAML>=3.13 # MIT