From 0850f048e7f74f52e415c91515a3bf890cf12479 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 20 Apr 2026 06:38:13 +0200 Subject: [PATCH] chore: align pre-commit-config type versions --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aaf398201..7dd5327cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==6.2.0.20260317 + - types-cachetools==6.2.0.20260408 - types-filelock==3.2.7 - - types-requests==2.33.0.20260402 - - types-tabulate==0.10.0.20260308 - - types-python-dateutil==2.9.0.20260402 + - types-requests==2.33.0.20260408 + - types-tabulate==0.10.0.20260408 + - types-python-dateutil==2.9.0.20260408 - scipy-stubs==1.17.1.3 - SQLAlchemy==2.0.49 # stages: [push]