From 64612712a54559584c22af08482ecfbbef66138c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:15:59 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump types-python-dateutil in the types group Bumps the types group with 1 update: [types-python-dateutil](https://github.com/python/typeshed). Updates `types-python-dateutil` 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:development update-type: version-update:semver-patch dependency-group: types ... 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 984e57ffb..f55cda15c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -29,4 +29,4 @@ types-cachetools==5.5.0.20240820 types-filelock==3.2.7 types-requests==2.32.0.20240914 types-tabulate==0.9.0.20240106 -types-python-dateutil==2.9.0.20240906 +types-python-dateutil==2.9.0.20241003 From eeed65b3544e6496cac0b7a5c56dc36effb82f0b Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 7 Oct 2024 07:07:25 +0200 Subject: [PATCH 2/2] chore: Bump pre-commit types-python-dateutil --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f063b144..10918a572 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - types-filelock==3.2.7 - types-requests==2.32.0.20240914 - types-tabulate==0.9.0.20240106 - - types-python-dateutil==2.9.0.20240906 + - types-python-dateutil==2.9.0.20241003 - SQLAlchemy==2.0.35 # stages: [push]