From 07a64ad9cef406b7b214a4c446b45bbe33ed4d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 18:59:51 +0000 Subject: [PATCH] Bump types-python-dateutil from 2.8.4 to 2.8.5 (#1554) Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.4 to 2.8.5. - [Release notes](https://github.com/python/typeshed/releases) - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 30034d86d6..cd79797cd9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1318,7 +1318,7 @@ python-versions = "*" [[package]] name = "types-python-dateutil" -version = "2.8.4" +version = "2.8.5" description = "Typing stubs for python-dateutil" category = "dev" optional = false @@ -1518,7 +1518,7 @@ sanic = ["sanic"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "64ecd2feb4d7b0a77f87700c661f761215a65044f3cc9cda125c8a4b1809a694" +content-hash = "96cf1dbb483cfe78b1d198ec49f859a170c2d97346caf8fb52d57276b1094539" [metadata.files] aiofiles = [ @@ -2510,8 +2510,8 @@ types-freezegun = [ {file = "types_freezegun-1.1.4-py3-none-any.whl", hash = "sha256:904d2f67c40dea853b382a452cf12163245907c746028819e03256e0f216718c"}, ] types-python-dateutil = [ - {file = "types-python-dateutil-2.8.4.tar.gz", hash = "sha256:29b85e25b832170f8d5ed383bf68cf5d9ee9066e2354221c6e9dd381dab71c5c"}, - {file = "types_python_dateutil-2.8.4-py3-none-any.whl", hash = "sha256:82a6160961d7b24418eeb383a5356f262229bd1450e0ccd82ad40f8a67baaafd"}, + {file = "types-python-dateutil-2.8.5.tar.gz", hash = "sha256:6f68d7eddb5830c61f102ee5d402e60e593df5bc4185cb27a3ce74947cdbcbf1"}, + {file = "types_python_dateutil-2.8.5-py3-none-any.whl", hash = "sha256:da5a062026097116b9ce70ccd362f522d8be9c1908e39bf663e200231c276c75"}, ] types-requests = [ {file = "types-requests-2.26.3.tar.gz", hash = "sha256:d63fa617846dcefff5aa2d59e47ab4ffd806e4bb0567115f7adbb5e438302fe4"}, diff --git a/pyproject.toml b/pyproject.toml index 72236ef66f..187ce70262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ types-typed-ast = "^1.5.1" types-toml = "^0.10.0" types-setuptools = "^57.4.4" types-requests = "^2.26.2" -types-python-dateutil = "^2.8.3" +types-python-dateutil = "^2.8.5" types-freezegun = "^1.1.3" types-chardet = "^4.0.0" types-certifi = "^2021.10.8"