From 9bb9f7453c41bab8b5d7edf4f82346b17e04076c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:27:55 +0000 Subject: [PATCH 1/2] Bump the types group with 1 update Bumps the types group with 1 update: [types-python-dateutil](https://github.com/python/typeshed). Updates `types-python-dateutil` from 2.8.19.20240311 to 2.9.0.20240316 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-type: direct:development update-type: version-update:semver-minor dependency-group: types ... 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 188097b43e1..a96bb1d3a8c 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.20240311 types-tabulate==0.9.0.20240106 -types-python-dateutil==2.8.19.20240311 +types-python-dateutil==2.9.0.20240316 From d4ddcbc7841d3f135df4eed1edbbb48fa5bce214 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Mar 2024 06:25:14 +0100 Subject: [PATCH 2/2] Bump types-dateutil in pre-commit config --- .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 d327377afa4..dfbcca10c33 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.20240311 - types-tabulate==0.9.0.20240106 - - types-python-dateutil==2.8.19.20240311 + - types-python-dateutil==2.9.0.20240316 - SQLAlchemy==2.0.28 # stages: [push]