From f40ed24176a7d891fd69ac840596f01f7342f3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 19:01:33 +0000 Subject: [PATCH] Bump types-python-dateutil from 2.8.19.12 to 2.8.19.13 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.12 to 2.8.19.13. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index df4babf8cc..424357576d 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" @@ -3372,14 +3372,14 @@ files = [ [[package]] name = "types-python-dateutil" -version = "2.8.19.12" +version = "2.8.19.13" description = "Typing stubs for python-dateutil" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-python-dateutil-2.8.19.12.tar.gz", hash = "sha256:355b2cb82b31e556fd18e7b074de7c350c680ab80608f0cc55ba6770d986d67d"}, - {file = "types_python_dateutil-2.8.19.12-py3-none-any.whl", hash = "sha256:fe5b545e678ec13e3ddc83a0eee1545c1b5e2fba4cfc39b276ab6f4e7604a923"}, + {file = "types-python-dateutil-2.8.19.13.tar.gz", hash = "sha256:09a0275f95ee31ce68196710ed2c3d1b9dc42e0b61cc43acc369a42cb939134f"}, + {file = "types_python_dateutil-2.8.19.13-py3-none-any.whl", hash = "sha256:0b0e7c68e7043b0354b26a1e0225cb1baea7abb1b324d02b50e2d08f1221043f"}, ] [[package]] @@ -4007,12 +4007,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"]