Update lower-constraints versions
This updates lower constraints to versions that will work with py38 so that when we move to running on focal nodes, which has py38 as its default py3 runtime, the lower-constraints job will continue to pass. It also cleans out some secondary requirements that are no longer needed due to our direct dependencies being updated. Linters are removed that are kept in the global requirements blacklist as those are not version tracked and are not relevant for our lower-constraints unit test runs. Change-Id: Ic9b2b425a4910809a21bd250a4d9730a30fadf22 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
70b3925f0d
commit
d95ebc4ec2
@ -1,79 +1,70 @@
|
||||
alabaster==0.7.10
|
||||
appdirs==1.3.0
|
||||
asn1crypto==0.23.0
|
||||
castellan==0.16.0
|
||||
cffi==1.7.0
|
||||
cliff==2.8.0
|
||||
Babel==2.8.0
|
||||
castellan==1.3.0
|
||||
cffi==1.13.2
|
||||
cliff==2.15.0
|
||||
cmd2==0.8.0
|
||||
coverage==4.0
|
||||
coverage==4.1
|
||||
cryptography==2.1
|
||||
ddt==1.0.1
|
||||
debtcollector==1.2.0
|
||||
docutils==0.11
|
||||
dulwich==0.15.0
|
||||
eventlet==0.18.2
|
||||
debtcollector==1.22.0
|
||||
dnspython==1.16.0
|
||||
entrypoints==0.3
|
||||
eventlet==0.25.1
|
||||
extras==1.0.0
|
||||
fasteners==0.7.0
|
||||
fixtures==3.0.0
|
||||
future==0.16.0
|
||||
greenlet==0.4.10
|
||||
greenlet==0.4.13
|
||||
idna==2.6
|
||||
imagesize==0.7.1
|
||||
iso8601==0.1.11
|
||||
Jinja2==2.10
|
||||
keystoneauth1==3.4.0
|
||||
iso8601==0.1.12
|
||||
keystoneauth1==3.14.0
|
||||
linecache2==1.0.0
|
||||
lxml==3.4.1
|
||||
MarkupSafe==1.0
|
||||
mccabe==0.2.1
|
||||
mock==2.0.0
|
||||
monotonic==0.6
|
||||
mox3==0.20.0
|
||||
msgpack-python==0.4.0
|
||||
lxml==4.2.0
|
||||
msgpack==1.0.0
|
||||
netaddr==0.7.18
|
||||
netifaces==0.10.4
|
||||
netifaces==0.10.7
|
||||
os-client-config==1.28.0
|
||||
os-testr==1.0.0
|
||||
os-service-types==1.7.0
|
||||
os-win==3.0.0
|
||||
oslo.concurrency==3.26.0
|
||||
oslo.config==5.2.0
|
||||
oslo.config==6.11.0
|
||||
oslo.context==2.23.0
|
||||
oslo.i18n==3.15.3
|
||||
oslo.log==3.36.0
|
||||
oslo.i18n==3.24.0
|
||||
oslo.log==3.44.0
|
||||
oslo.privsep==1.32.0
|
||||
oslo.serialization==2.29.0
|
||||
oslo.service==1.24.0
|
||||
oslo.utils==3.33.0
|
||||
oslo.utils==3.34.0
|
||||
oslo.vmware==2.17.0
|
||||
oslotest==3.2.0
|
||||
Paste==2.0.2
|
||||
PasteDeploy==1.5.0
|
||||
pbr==2.0.0
|
||||
pbr==5.4.1
|
||||
prettytable==0.7.2
|
||||
pycparser==2.18
|
||||
Pygments==2.2.0
|
||||
pycparser==2.19
|
||||
pyinotify==0.9.6
|
||||
pyparsing==2.1.0
|
||||
pyparsing==2.2.1
|
||||
pyperclip==1.5.27
|
||||
python-barbicanclient==4.5.2
|
||||
python-dateutil==2.5.3
|
||||
python-barbicanclient==4.9.0
|
||||
python-dateutil==2.8.1
|
||||
python-mimeparse==1.6.0
|
||||
python-subunit==1.0.0
|
||||
pytz==2013.6
|
||||
PyYAML==3.12
|
||||
PyYAML==5.1
|
||||
repoze.lru==0.7
|
||||
requests==2.14.2
|
||||
requestsexceptions==1.2.0
|
||||
retrying==1.2.3
|
||||
rfc3986==0.3.1
|
||||
rfc3986==1.3.0
|
||||
Routes==2.3.1
|
||||
six==1.10.0
|
||||
snowballstemmer==1.2.1
|
||||
stestr==1.0.0
|
||||
stevedore==1.20.0
|
||||
stevedore==1.31.0
|
||||
suds-jurko==0.6
|
||||
tenacity==6.0.0
|
||||
testscenarios==0.4
|
||||
testrepository==0.0.20
|
||||
testscenarios==0.5.0
|
||||
testtools==2.2.0
|
||||
traceback2==1.4.0
|
||||
unittest2==1.1.0
|
||||
|
@ -2,16 +2,16 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
|
||||
pbr!=2.1.0,>=5.4.1 # Apache-2.0
|
||||
eventlet>=0.25.1 # MIT
|
||||
oslo.concurrency>=3.26.0 # Apache-2.0
|
||||
oslo.context>=2.23.0 # Apache-2.0
|
||||
oslo.log>=3.36.0 # Apache-2.0
|
||||
oslo.i18n>=3.15.3 # Apache-2.0
|
||||
oslo.log>=3.44.0 # Apache-2.0
|
||||
oslo.i18n>=3.24.0 # Apache-2.0
|
||||
oslo.privsep>=1.32.0 # Apache-2.0
|
||||
oslo.serialization>=2.29.0 # Apache-2.0
|
||||
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
|
||||
oslo.utils>=3.33.0 # Apache-2.0
|
||||
oslo.utils>=3.34.0 # Apache-2.0
|
||||
requests>=2.14.2 # Apache-2.0
|
||||
six>=1.10.0 # MIT
|
||||
tenacity>=6.0.0 # Apache-2.0
|
||||
|
@ -3,11 +3,11 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
coverage!=4.4,>=4.1 # Apache-2.0
|
||||
ddt>=1.0.1 # MIT
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testscenarios>=0.5.0 # Apache-2.0/BSD
|
||||
testtools>=2.2.0 # MIT
|
||||
stestr>=1.0.0 # Apache-2.0
|
||||
oslo.vmware>=2.17.0 # Apache-2.0
|
||||
castellan>=0.16.0 # Apache-2.0
|
||||
castellan>=1.3.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user