From d4ddcbc7841d3f135df4eed1edbbb48fa5bce214 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Mar 2024 06:25:14 +0100 Subject: [PATCH] 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 d327377af..dfbcca10c 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]