diff --git a/api/poetry.lock b/api/poetry.lock index 5ab6d74578e..48527c6eee4 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -124,13 +124,13 @@ frozenlist = ">=1.1.0" [[package]] name = "anyio" -version = "4.0.0" +version = "4.1.0" description = "High level compatibility layer for multiple asynchronous event loop implementations" optional = false python-versions = ">=3.8" files = [ - {file = "anyio-4.0.0-py3-none-any.whl", hash = "sha256:cfdb2b588b9fc25ede96d8db56ed50848b0b649dca3dd1df0b11f683bb9e0b5f"}, - {file = "anyio-4.0.0.tar.gz", hash = "sha256:f7ed51751b2c2add651e5747c891b47e26d2a21be5d32d9311dfe9692f3e5d7a"}, + {file = "anyio-4.1.0-py3-none-any.whl", hash = "sha256:56a415fbc462291813a94528a779597226619c8e78af7de0507333f700011e5f"}, + {file = "anyio-4.1.0.tar.gz", hash = "sha256:5a0bec7085176715be77df87fc66d6c9d70626bd752fcc85f57cdbee5b3760da"}, ] [package.dependencies] @@ -139,9 +139,9 @@ idna = ">=2.8" sniffio = ">=1.1" [package.extras] -doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)"] -test = ["anyio[trio]", "coverage[toml] (>=7)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"] -trio = ["trio (>=0.22)"] +doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] +test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"] +trio = ["trio (>=0.23)"] [[package]] name = "async-timeout" @@ -2337,4 +2337,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "bded2500fb6e0c8fbb22658ab3272d8adbedb4c2b28743289b553d4fb65ad5f7" +content-hash = "1a095409f504cbea001d7307e57ad5f33ed1026c82430db365fdda2897accea4" diff --git a/api/pyproject.toml b/api/pyproject.toml index 8b0093f4576..7de4c5e3a1d 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -42,7 +42,7 @@ uvicorn = "^0.23.2" uvloop = "^0.19.0" watchfiles = "^0.21.0" websockets = "^12.0" -anyio = "^4.0.0" +anyio = "^4.1.0" certifi = "^2023.11.17" charset-normalizer = "^3.3.2" click = "^8.1.7"