summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorBalazs Gibizer <balazs.gibizer@est.tech>2020-11-04 16:23:48 +0100
committerBalazs Gibizer <balazs.gibizer@est.tech>2020-11-05 15:09:39 +0100
commitf2ebe107d148e6fccad566f65c1e41c8d5955e2a (patch)
treeea2b27201b240a21f9241e27af22e8119ac5fa31 /requirements.txt
parentedd8fefe3f6cb99bc244ffde0b83517456982356 (diff)
downloadnova-f2ebe107d148e6fccad566f65c1e41c8d5955e2a.tar.gz
Bump the lowest eventlet version to 0.26.1
The dnspython 2.0.0 incompatibility[1] is worked around in eventlet 0.26.1 by restricting the dnspython version to < 2.0.0. So the issue affects nova-novncproxy as well we need to bump our lower constraint as well. [1] https://github.com/eventlet/eventlet/issues/619 Related-Bug: #1888237 Change-Id: Ie9cc718e654cb37a4f31ccb4b052b23878d476a2
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index e62366561e..3d1af7eb62 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
SQLAlchemy>=1.2.19 # MIT
decorator>=4.1.0 # BSD
-eventlet>=0.22.0 # MIT
+eventlet>=0.26.1 # MIT
Jinja2>=2.10 # BSD License (3 clause)
keystonemiddleware>=4.20.0 # Apache-2.0
lxml>=4.5.0 # BSD