Fix reqs (focal)

Apply the fixes already applied to other repositories
to address compatibility issues with the newer test
platform and for cleanup reasons.

Change-Id: I2ef70c3c2cab37f52ccca5905cf6047a1648e27d
This commit is contained in:
Luigi Toscano 2020-10-06 21:46:10 +02:00
parent 07d787ff45
commit 58240a286d
3 changed files with 14 additions and 14 deletions

View File

@ -13,7 +13,7 @@ botocore==1.12.87
cachetools==3.1.0
castellan==1.1.0
certifi==2018.11.29
cffi==1.11.5
cffi==1.14.0
chardet==3.0.4
Click==7.0
cliff==2.14.0
@ -27,7 +27,7 @@ doc8==0.6.0
docutils==0.14
dogpile.cache==0.6.8
dulwich==0.19.10
eventlet==0.18.2
eventlet==0.26.0
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0
@ -37,7 +37,7 @@ futurist==1.8.0
gitdb2==2.0.5
GitPython==2.1.11
greenlet==0.4.15
grpcio==1.15.0
grpcio==1.24.3
imagesize==1.1.0
iso8601==0.1.12
itsdangerous==1.1.0
@ -48,7 +48,7 @@ jsonpointer==2.0
jsonschema==2.6.0
keystoneauth1==3.11.2
keystonemiddleware==5.3.0
kombu==4.2.2.post1
kombu==5.0.2
linecache2==1.0.0
logilab-common==1.4.2
Mako==1.0.7
@ -57,7 +57,7 @@ microversion-parse==0.2.1
monotonic==1.5
mox3==0.26.0
msgpack==0.6.1
msgpack-python==0.5.6
sgpack-python==0.5.6
munch==2.3.2
netaddr==0.7.19
netifaces==0.10.9
@ -70,7 +70,7 @@ oslo.cache==1.32.0
oslo.concurrency==3.29.0
oslo.config==6.8.0
oslo.context==2.22.0
oslo.db==4.43.0
oslo.db==6.0.0
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.messaging==9.4.0
@ -82,7 +82,7 @@ oslo.service==1.36.0
oslo.upgradecheck==0.1.1
oslo.utils==3.33.0
oslotest==3.2.0
paramiko==2.4.2
paramiko==2.7.1
Paste==3.0.6
PasteDeploy==2.0.1
pbr==2.0.0
@ -110,7 +110,7 @@ python-mimeparse==1.6.0
python-neutronclient==6.11.0
python-novaclient==11.1.0
python-pcre==0.7
python-subunit==1.3.0
python-subunit==1.4.0
python-swiftclient==3.6.0
pytz==2018.9
PyYAML==3.13
@ -126,18 +126,18 @@ six==1.10.0
smmap2==2.0.5
snowballstemmer==1.2.1
SQLAlchemy==1.2.17
sqlalchemy-migrate==0.12.0
sqlalchemy-migrate==0.13.0
sqlparse==0.2.4
statsd==3.3.0
stestr==1.0.0
stevedore==1.30.0
Tempita==0.5.2
tenacity==5.0.3
tenacity==6.1.0
testrepository==0.0.20
testresources==2.0.1
testscenarios==0.4
testtools==2.2.0
tooz==1.64.0
testtools==2.4.0
tooz==1.65.0
traceback2==1.4.0
unittest2==1.1.0
urllib3==1.24.1

View File

@ -5,7 +5,7 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
eventlet>=0.26.0 # MIT
oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0

View File

@ -13,4 +13,4 @@ oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
pylint==1.4.5 # GPLv2
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
testtools>=2.4.0 # MIT