From c74033d7f164213df0ba3e346a43d10e420bee76 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 19 May 2025 06:49:45 +0200 Subject: [PATCH] chore: bump types for pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 218bceb03..3e864f77f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,9 +28,9 @@ repos: additional_dependencies: - types-cachetools==5.5.0.20240820 - types-filelock==3.2.7 - - types-requests==2.32.0.20250328 + - types-requests==2.32.0.20250515 - types-tabulate==0.9.0.20241207 - - types-python-dateutil==2.9.0.20241206 + - types-python-dateutil==2.9.0.20250516 - SQLAlchemy==2.0.40 # stages: [push]