From f21a7a25d28d105c8e9546f776f0463860124c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 03:57:21 +0000 Subject: [PATCH 1/2] Bump types-python-dateutil from 2.8.19.12 to 2.8.19.13 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.12 to 2.8.19.13. - [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 c03063e1a..1f71e001e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,4 +27,4 @@ types-cachetools==5.3.0.5 types-filelock==3.2.7 types-requests==2.30.0.0 types-tabulate==0.9.0.2 -types-python-dateutil==2.8.19.12 +types-python-dateutil==2.8.19.13 From ef15b7b3d80ce72f51f02ea2a22a909144928292 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 15 May 2023 08:42:28 +0200 Subject: [PATCH 2/2] pre-commit dateutil types --- .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 6c3b99de8..8544bfa56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - types-filelock==3.2.7 - types-requests==2.30.0.0 - types-tabulate==0.9.0.2 - - types-python-dateutil==2.8.19.12 + - types-python-dateutil==2.8.19.13 - SQLAlchemy==2.0.12 # stages: [push]