From 8e30f1216c189ac49b4b0ba72699942ff2a15a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:56:07 +0000 Subject: [PATCH] Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20241206 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.9.0.20240316 to 2.9.0.20241206. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 376a36b9adda..14bfd1155f88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "astroid" @@ -3937,13 +3937,13 @@ reference = "pypi-public" [[package]] name = "types-python-dateutil" -version = "2.9.0.20240316" +version = "2.9.0.20241206" description = "Typing stubs for python-dateutil" optional = false python-versions = ">=3.8" files = [ - {file = "types-python-dateutil-2.9.0.20240316.tar.gz", hash = "sha256:5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202"}, - {file = "types_python_dateutil-2.9.0.20240316-py3-none-any.whl", hash = "sha256:6b8cb66d960771ce5ff974e9dd45e38facb81718cc1e208b10b1baccbfdbee3b"}, + {file = "types_python_dateutil-2.9.0.20241206-py3-none-any.whl", hash = "sha256:e248a4bc70a486d3e3ec84d0dc30eec3a5f979d6e7ee4123ae043eedbb987f53"}, + {file = "types_python_dateutil-2.9.0.20241206.tar.gz", hash = "sha256:18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb"}, ] [package.source] @@ -4561,4 +4561,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = "^3.9,<3.11" -content-hash = "222cfc3af990aa60cd72229745b0a3fd4809509c14a202df599eb08e62f40c91" +content-hash = "77ed6861cff54825d6fe14adb603f96722c78ca0d4547026a2b63dd27ff3a6f9" diff --git a/pyproject.toml b/pyproject.toml index b2bd239fbe72..59633921a223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ types-toml = "^0.10.8.7" types-tabulate = "^0.9.0.20240106" types-pytz = ">=2021.3.6,<2023.0.0" types-dateparser = "^1.1.4.20240106" -types-python-dateutil = "^2.9.0.20240316" +types-python-dateutil = "^2.9.0.20241206" types-protobuf = "^4.24.0.4" types-six = "^1.16.21.20240513" types-paramiko = "2.12.0"