Fix lower-constraints errors

Change requirements to make it py3.8 compatible.

https://bugs.launchpad.net/nova/+bug/1886298

Change-Id: Ie71a572275e005350701bc35e40114e8102f460c
Partial-Bug: #1886298
This commit is contained in:
Rafael Folco 2020-09-10 09:53:21 -03:00
parent 8827b7e7be
commit 37793c3c87
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
alabaster==0.7.10
appdirs==1.3.0
asn1crypto==0.23.0
cffi==1.7.0
cffi==1.14.0
cliff==2.8.0
cmd2==0.8.0
coverage==4.0
@ -12,7 +12,7 @@ deprecation==1.0
docker-pycreds==0.2.1
docker==2.4.2
docutils==0.11
dogpile.cache==0.6.2
dogpile.cache==0.6.5
dulwich==0.15.0
eventlet==0.20.0
extras==1.0.0
@ -30,7 +30,7 @@ jsonpointer==1.13
jsonschema==3.2.0
keystoneauth1==3.4.0
linecache2==1.0.0
MarkupSafe==1.0
MarkupSafe==1.1.0
mccabe==0.2.1
metalsmith==0.13.0
mistral-lib==0.3.0
@ -54,7 +54,7 @@ oslo.rootwrap==5.8.0
oslo.serialization==2.18.0
oslo.utils==3.33.0
oslotest==3.2.0
paramiko==2.0.0
paramiko==2.7.1
passlib==1.7.0
pbr==2.0.0
pep8==1.5.7
@ -97,7 +97,7 @@ Sphinx==2.0.0
sphinxcontrib-websupport==1.0.1
stestr==2.0.0
stevedore==1.20.0
tenacity==4.4.0
tenacity==6.1.0
testrepository==0.0.18
testscenarios==0.4
testtools==2.2.0

View File

@ -21,12 +21,12 @@ Jinja2>=2.10 # BSD License (3 clause)
python-novaclient>=9.1.0 # Apache-2.0
passlib>=1.7.0 # BSD
netifaces>=0.10.4 # MIT
paramiko>=2.0.0 # LGPLv2.1+
paramiko>=2.7.1 # LGPLv2.1+
netaddr>=0.7.18 # BSD
python-zaqarclient>=1.0.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
keystoneauth1>=3.4.0 # Apache-2.0
tenacity>=4.4.0 # Apache-2.0
tenacity>=6.1.0 # Apache-2.0
metalsmith>=0.13.0 # Apache-2.0
jsonschema>=3.2.0 # MIT
requests>=2.18.0,!=2.20.0 # Apache-2.0