From 69b79cd799869c4b9c3fe75015fab4bc7faccdc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 03:11:16 +0000 Subject: [PATCH 1/2] Bump types-python-dateutil from 2.8.14 to 2.8.15 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.14 to 2.8.15. - [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 9458be1ef..7213f52b3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,4 +26,4 @@ types-cachetools==5.0.1 types-filelock==3.2.5 types-requests==2.27.25 types-tabulate==0.8.8 -types-python-dateutil==2.8.14 +types-python-dateutil==2.8.15 From 0756027e33e03740ecbc918077d3275fa1f16400 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 9 May 2022 06:32:28 +0200 Subject: [PATCH 2/2] BUmp types-python-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 1185028b9..0ce5797c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - types-filelock==3.2.5 - types-requests==2.27.25 - types-tabulate==0.8.8 - - types-python-dateutil==2.8.14 + - types-python-dateutil==2.8.15 # stages: [push] - repo: https://github.com/pycqa/isort