bump eventlet to latest version that support python 3.12

Change-Id: I79fd03836a76498a84c8ece8d81e0c479d318fa1
This commit is contained in:
Hervé Beraud 2024-01-17 16:42:01 +01:00
parent 86e3688c66
commit 7db30c7fe1
No known key found for this signature in database
GPG Key ID: B0FC62DBFC399289
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ ddt>=1.2.1 # MIT
# virtualenv, so importing things like 'nova.hacking.checks.factory' will just
# work.
# See https://bugs.launchpad.net/hacking/+bug/1403270
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
eventlet>=0.34.3 # MIT