From 594757d27dad985067380e6aec72f3fbdec65bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 05:52:58 +0000 Subject: [PATCH 1/2] Bump types-python-dateutil from 2.8.19.8 to 2.8.19.9 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.8 to 2.8.19.9. - [Release notes](https://github.com/python/typeshed/releases) - [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 f45daaabd..711ac68f3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -29,4 +29,4 @@ types-cachetools==5.3.0.0 types-filelock==3.2.7 types-requests==2.28.11.15 types-tabulate==0.9.0.1 -types-python-dateutil==2.8.19.8 +types-python-dateutil==2.8.19.9 From deca5479f0ddd16d2c2ee16f338fd14c2d2af46f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 28 Feb 2023 10:05:38 +0100 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 8711a65dc..a0ff2e6d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - types-filelock==3.2.7 - types-requests==2.28.11.15 - types-tabulate==0.9.0.1 - - types-python-dateutil==2.8.19.8 + - types-python-dateutil==2.8.19.9 # stages: [push] - repo: https://github.com/pycqa/isort