From 2c068a626c225c599bef889e3818a3344a088728 Mon Sep 17 00:00:00 2001 From: Lucian Petrut Date: Fri, 18 Sep 2020 13:59:28 +0300 Subject: [PATCH] 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 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 23452749..7e8ff3b0 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index eb5e9a95..f51aa178 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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