From eeed65b3544e6496cac0b7a5c56dc36effb82f0b Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 7 Oct 2024 07:07:25 +0200 Subject: [PATCH] chore: Bump pre-commit types-python-dateutil --- .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 3f063b144..10918a572 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - types-filelock==3.2.7 - types-requests==2.32.0.20240914 - types-tabulate==0.9.0.20240106 - - types-python-dateutil==2.9.0.20240906 + - types-python-dateutil==2.9.0.20241003 - SQLAlchemy==2.0.35 # stages: [push]