From d11c887b9f66ea2e5720350594d5669150814b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:42:08 +0000 Subject: [PATCH] Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20241003 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.9.0.20240316 to 2.9.0.20241003. - [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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f5905cf6e940..480b7e01aad2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3911,13 +3911,13 @@ reference = "pypi-public" [[package]] name = "types-python-dateutil" -version = "2.9.0.20240316" +version = "2.9.0.20241003" 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.20241003.tar.gz", hash = "sha256:58cb85449b2a56d6684e41aeefb4c4280631246a0da1a719bdbe6f3fb0317446"}, + {file = "types_python_dateutil-2.9.0.20241003-py3-none-any.whl", hash = "sha256:250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d"}, ] [package.source] @@ -4535,4 +4535,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = "^3.9,<3.11" -content-hash = "daa83a284dcf00d8817854d7f5f7ca67fbcf6ee46ab9f8684b9d279c95b542c1" +content-hash = "363d6d8f3c8bc56c9a27f94a68937b222db74fdc28783313c124da3b5d639e8a" diff --git a/pyproject.toml b/pyproject.toml index d645924fa070..6431bf6edf96 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.20241003" types-protobuf = "^4.24.0.4" types-six = "^1.16.21.20240513" types-paramiko = "2.12.0"