diff --git a/poetry.lock b/poetry.lock index 92c62d230..5d3bea10b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1152,20 +1152,23 @@ pgp = ["gpg"] [[package]] name = "eventlet" -version = "0.33.3" +version = "0.34.1" 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.1-py3-none-any.whl", hash = "sha256:70370e61abb5488afc2a80391f3b32f2d5b224871071d54bc66d6808161fd055"}, + {file = "eventlet-0.34.1.tar.gz", hash = "sha256:0087763f3ae18a571a5cc60fdd06ceb02fdb9f006693e9ee1e8e8044ae3b470b"}, ] [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.2.0" @@ -2012,6 +2015,7 @@ files = [ {file = "lxml-4.9.4-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:e8f9f93a23634cfafbad6e46ad7d09e0f4a25a2400e4a64b1b7b7c0fbaa06d9d"}, {file = "lxml-4.9.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3f3f00a9061605725df1816f5713d10cd94636347ed651abdbc75828df302b20"}, {file = "lxml-4.9.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:953dd5481bd6252bd480d6ec431f61d7d87fdcbbb71b0d2bdcfc6ae00bb6fb10"}, + {file = "lxml-4.9.4-cp312-cp312-win32.whl", hash = "sha256:266f655d1baff9c47b52f529b5f6bec33f66042f65f7c56adde3fcf2ed62ae8b"}, {file = "lxml-4.9.4-cp312-cp312-win_amd64.whl", hash = "sha256:f1faee2a831fe249e1bae9cbc68d3cd8a30f7e37851deee4d7962b17c410dd56"}, {file = "lxml-4.9.4-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:23d891e5bdc12e2e506e7d225d6aa929e0a0368c9916c1fddefab88166e98b20"}, {file = "lxml-4.9.4-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:e96a1788f24d03e8d61679f9881a883ecdf9c445a38f9ae3f3f193ab6c591c66"}, @@ -4698,4 +4702,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "7e34599fef27609d767d36077cc77259086412f52099cd1a4d43f9f991882b9a" +content-hash = "8c3199bf111319374009c2e509353526fed63f39906874d705d3510226861720" diff --git a/pyproject.toml b/pyproject.toml index 240494682..27dd64bf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ click-didyoumean = "==0.3.0" click-plugins = "==1.1.1" click-repl = "==0.3.0" deprecated = "==1.2.14" -eventlet = "==0.33.3" +eventlet = "==0.34.1" flask = "~=2.3" flask-bcrypt = "==1.0.1" flask-marshmallow = "==0.14.0"