From 266bf7369d8e4573f972b6be0e0ca194644e48c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:05:37 +0000 Subject: [PATCH] chore(deps-dev): bump types-python-dateutil Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.9.0.20240821 to 2.9.0.20241003. - [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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0260723b..481f8df1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -108,7 +108,7 @@ tomlkit==0.13.2 ; python_version >= '3.7' trio==0.26.2 -types-python-dateutil==2.9.0.20240821 +types-python-dateutil==2.9.0.20241003 types-requests==2.32.0.20240712; python_version >= '3.7' urllib3==2.2.3 ; python_version >= '3.7'