From 671ce25a28105936812d08efa846de7a72681b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 05:56:48 +0000 Subject: [PATCH 1/2] Bump types-python-dateutil from 2.8.19.14 to 2.8.19.20240106 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.14 to 2.8.19.20240106. - [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 160e335db..b57f7af8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,4 +28,4 @@ types-cachetools==5.3.0.7 types-filelock==3.2.7 types-requests==2.31.0.20240106 types-tabulate==0.9.0.3 -types-python-dateutil==2.8.19.14 +types-python-dateutil==2.8.19.20240106 From 37dacdff0df02911b05a7f9c31f6577f9bf7a8ca Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 Jan 2024 06:57:07 +0100 Subject: [PATCH 2/2] Bump pre-commit 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 9a95b29b1..f34f9a82c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - types-filelock==3.2.7 - types-requests==2.31.0.20240106 - types-tabulate==0.9.0.3 - - types-python-dateutil==2.8.19.14 + - types-python-dateutil==2.8.19.20240106 - SQLAlchemy==2.0.23 # stages: [push]