From 512b3121e6ec00300c8525754ba6d1f4e7ac862e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:20:41 +0000 Subject: [PATCH] build(deps): bump types-python-dateutil (#178) Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.9.0.20240906 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 942a8f9..eaa0511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ tests = [ ] type_check = [ "mypy==1.11.2", - "types-python-dateutil==2.9.0.20240906", + "types-python-dateutil==2.9.0.20241003", "types-pytz==2024.2.0.20241003" ]