Merge "Blacklist eventlet 0.23.0, 0.25.0"

This commit is contained in:
Zuul
2019-09-12 16:38:02 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ docutils==0.14
dogpile.cache==0.6.5
dulwich==0.19.0
enum-compat==0.0.2
eventlet==0.18.2
eventlet==0.22.0
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0

View File

@@ -7,7 +7,7 @@ defusedxml>=0.5.0 # PSF
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
eventlet!=0.23.0,!=0.25.0,>=0.22.0 # MIT
PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT
WebOb>=1.8.1 # MIT