From 3b1cd03b32cbf393e113a2ea072778f27c6b8782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 08:19:41 +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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f8791b140..1d14a62b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3479,14 +3479,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]] @@ -3849,4 +3849,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1fb35a1c049672bc3a0a3370b7cdd734eb168f19a2edf1f1803044cec89d85e3" +content-hash = "6f5e1bc5d57a51c8d921a49a04a973901e018e21d42b932203c08d68084198eb" diff --git a/pyproject.toml b/pyproject.toml index 0a6c516b0..fd7f3ced0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ types-PyYAML = "6.0.12.9" types-requests = "2.30.0.0" types-six = "1.16.21.8" types-urllib3 = "1.26.25.13" -types-python-dateutil = "2.8.19.12" +types-python-dateutil = "2.8.19.13" [tool.poetry.group.formatting.dependencies] black = "23.3.0"