diff --git a/poetry.lock b/poetry.lock index a9f2c7e3c3..4ba87c3bb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiofiles" @@ -3252,14 +3252,14 @@ types-urllib3 = "<1.27" [[package]] name = "types-toml" -version = "0.10.8.5" +version = "0.10.8.6" description = "Typing stubs for toml" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-toml-0.10.8.5.tar.gz", hash = "sha256:bf80fce7d2d74be91148f47b88d9ae5adeb1024abef22aa2fdbabc036d6b8b3c"}, - {file = "types_toml-0.10.8.5-py3-none-any.whl", hash = "sha256:2432017febe43174af0f3c65f03116e3d3cf43e7e1406b8200e106da8cf98992"}, + {file = "types-toml-0.10.8.6.tar.gz", hash = "sha256:6d3ac79e36c9ee593c5d4fb33a50cca0e3adceb6ef5cff8b8e5aef67b4c4aaf2"}, + {file = "types_toml-0.10.8.6-py3-none-any.whl", hash = "sha256:de7b2bb1831d6f7a4b554671ffe5875e729753496961b3e9b202745e4955dafa"}, ] [[package]] @@ -3859,12 +3859,12 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [extras] aiohttp = ["aiohttp"] -asgi = ["python-multipart", "starlette"] +asgi = ["starlette", "python-multipart"] chalice = ["chalice"] -channels = ["asgiref", "channels"] -cli = ["click", "libcst", "pygments", "rich"] -debug = ["libcst", "rich"] -debug-server = ["click", "libcst", "pygments", "python-multipart", "rich", "starlette", "uvicorn"] +channels = ["channels", "asgiref"] +cli = ["click", "pygments", "rich", "libcst"] +debug = ["rich", "libcst"] +debug-server = ["starlette", "uvicorn", "python-multipart", "click", "pygments", "rich", "libcst"] django = ["Django", "asgiref"] fastapi = ["fastapi", "python-multipart"] flask = ["flask"]