From f2bc35e058cd608a8100c67ed32f626a49451ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:06:56 +0000 Subject: [PATCH 1/2] Bump types-python-dateutil from 2.8.17 to 2.8.18 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.17 to 2.8.18. - [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 16bb8c47b..50cb98fa1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,4 +26,4 @@ types-cachetools==5.2.1 types-filelock==3.2.7 types-requests==2.28.0 types-tabulate==0.8.11 -types-python-dateutil==2.8.17 +types-python-dateutil==2.8.18 From 86f407702419cb23e2c0aa127b1646daed71d363 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 28 Jun 2022 07:37:54 +0200 Subject: [PATCH 2/2] update dateutil precommit --- .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 71e230a39..59e7f6894 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.0 - types-tabulate==0.8.11 - - types-python-dateutil==2.8.17 + - types-python-dateutil==2.8.18 # stages: [push] - repo: https://github.com/pycqa/isort