diff --git a/cli/poetry.lock b/cli/poetry.lock index 42754f5c..140346ab 100644 --- a/cli/poetry.lock +++ b/cli/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "bidict" @@ -445,20 +445,23 @@ wmi = ["wmi (>=1.5.1,<2.0.0)"] [[package]] name = "eventlet" -version = "0.33.3" +version = "0.34.2" description = "Highly concurrent networking library" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "eventlet-0.33.3-py2.py3-none-any.whl", hash = "sha256:e43b9ae05ba4bb477a10307699c9aff7ff86121b2640f9184d29059f5a687df8"}, - {file = "eventlet-0.33.3.tar.gz", hash = "sha256:722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda"}, + {file = "eventlet-0.34.2-py3-none-any.whl", hash = "sha256:eca0114398d3133f94d16590d205bbb010668a3bc7453fddadb51d63e8c1bac2"}, + {file = "eventlet-0.34.2.tar.gz", hash = "sha256:2115c7c6742e6893bf1347f82915572f8895c911cb5abaad4d3596a7daa847cc"}, ] [package.dependencies] dnspython = ">=1.15.0" -greenlet = ">=0.3" +greenlet = ">=1.0" six = ">=1.10.0" +[package.extras] +dev = ["black", "build", "commitizen", "isort", "pip-tools", "pre-commit", "twine"] + [[package]] name = "exceptiongroup" version = "1.1.3"