diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9c116885..66edba544 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,11 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==5.4.0.20240717 + - types-cachetools==5.5.0.20240820 - types-filelock==3.2.7 - types-requests==2.32.0.20240712 - types-tabulate==0.9.0.20240106 - - types-python-dateutil==2.9.0.20240316 + - types-python-dateutil==2.9.0.20240821 - SQLAlchemy==2.0.32 # stages: [push]