Adjust requirements and lower-constraints

Conservative changes to get the l-c job passing with the new
pip resolver.

Big changes:
- os-win 3.0.0 -> 4.1.0 (u-c allows 5.2.0)
- oslo.service 1.24.0 -> 1.31.0 (u-c allows 2.4.0)
  * These were the minimum versions that can take eventlet >=0.25.1
    (which os-brick wants)
- pytz 2013.6 -> 2015.7 (u-c allows 2020.1)
  * needed for babel
- remove pycodestyle from test-requirements (let hacking request
  flake8 which will request the pycodestyle version it wants)
- requests 2.14.2 -> 2.19.0 (u-c allows 2.23.0)
  * oslo-config wants >=2.18, but 2.19.0 doesn't use idna (which
    was causing a conflict)

Change-Id: Ic046e1c1cc712eaca3c895b72152eb5b5344c18f
This commit is contained in:
Brian Rosmaita 2020-12-18 10:21:34 -05:00
parent f0cf77672f
commit 1ffde6b3cc
3 changed files with 11 additions and 12 deletions

View File

@ -28,7 +28,7 @@ netaddr==0.7.18
netifaces==0.10.7
os-client-config==1.28.0
os-service-types==1.7.0
os-win==3.0.0
os-win==4.1.0
oslo.concurrency==3.26.0
oslo.config==6.11.0
oslo.context==2.23.0
@ -36,8 +36,8 @@ 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.34.0
oslo.service==1.31.0
oslo.utils==3.36.0
oslo.vmware==2.17.0
oslotest==3.2.0
Paste==2.0.2
@ -52,14 +52,14 @@ python-barbicanclient==4.9.0
python-dateutil==2.8.1
python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
pytz==2015.7
PyYAML==5.1
repoze.lru==0.7
requests==2.14.2
requests==2.19.0
requestsexceptions==1.2.0
rfc3986==1.3.0
Routes==2.3.1
six==1.10.0
six==1.11.0
stestr==1.0.0
stevedore==1.31.0
suds-jurko==0.6

View File

@ -10,9 +10,9 @@ 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.34.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT
oslo.service>=1.31.0 # Apache-2.0
oslo.utils>=3.36.0 # Apache-2.0
requests>=2.19.0 # Apache-2.0
six>=1.11.0 # MIT
tenacity>=6.0.0 # Apache-2.0
os-win>=3.0.0 # Apache-2.0
os-win>=4.1.0 # Apache-2.0

View File

@ -11,5 +11,4 @@ testtools>=2.2.0 # MIT
stestr>=1.0.0 # Apache-2.0
oslo.vmware>=2.17.0 # Apache-2.0
castellan>=1.3.0 # Apache-2.0
pycodestyle==2.6.0 # MIT
doc8>=0.6.0 # Apache-2.0