Merge "Bump min eventlet version to 0.26.1"

This commit is contained in:
Zuul 2021-11-04 11:28:27 +00:00 committed by Gerrit Code Review
commit 7911ff1820
3 changed files with 4 additions and 7 deletions

View File

@ -16,7 +16,7 @@ deprecation==1.0
docutils==0.11
dogpile.cache==0.8.0
dulwich==0.15.0
eventlet==0.22.0
eventlet==0.26.1
extras==1.0.0
fasteners==0.7.0
fixtures==3.0.0
@ -42,7 +42,7 @@ logilab-common==1.4.1
logutils==0.3.5
Mako==0.4.0
MarkupSafe==1.1.1
monotonic==0.6
monotonic==1.4
mox3==0.20.0
msgpack==1.0.0
munch==2.1.0

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr>=2.0.0 # Apache-2.0
eventlet>=0.22.0,!=0.23.0 # MIT
eventlet>=0.26.1 # MIT
msgpack>=1.0.0 # RPC library, BGP speaker(net_cntl)
netaddr>=0.7.18 # BSD
oslo.config>=5.1.0

View File

@ -1,7 +1,4 @@
# NOTE: OpenStack avoids some versions of eventlet, because of the
# following issue.
# https://github.com/eventlet/eventlet/issues/401
eventlet>=0.22.0,!=0.23.0
eventlet>=0.26.1
msgpack>=1.0.0 # RPC library, BGP speaker(net_cntl)
netaddr>=0.7.18
oslo.config>=5.1.0