Bump eventlet requirement

eventlet 0.18 is incompatible with Python 3.8, so we'll have
to bump the requirement.

Log: http://paste.openstack.org/raw/798067/

Change-Id: If7ddc29df5c317ecc850dd52bf64cd276d4044f8
This commit is contained in:
Lucian Petrut 2020-09-18 13:59:28 +03:00
parent 8be89e1076
commit 2c068a626c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ddt==1.0.1
debtcollector==1.2.0
docutils==0.11
dulwich==0.15.0
eventlet==0.18.2
eventlet==0.22.0
extras==1.0.0
fasteners==0.7.0
fixtures==3.0.0

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.22.0 # MIT
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0