From 47bf2d1f26c88677bebb474dfa7194a2f8735bae Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 11 Aug 2025 08:14:42 +0200 Subject: [PATCH] chore: bump types in pre-commit config --- .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 af289e37c..7d0e3de2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,9 +28,9 @@ repos: additional_dependencies: - types-cachetools==6.1.0.20250717 - types-filelock==3.2.7 - - types-requests==2.32.4.20250611 + - types-requests==2.32.4.20250809 - types-tabulate==0.9.0.20241207 - - types-python-dateutil==2.9.0.20250708 + - types-python-dateutil==2.9.0.20250809 - scipy-stubs==1.16.1.0 - SQLAlchemy==2.0.42 # stages: [push]