diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cef9f1af0..f69ac5737 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] diff --git a/requirements-dev.txt b/requirements-dev.txt index f3a7b8016..63c43e820 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,8 +25,8 @@ time-machine==2.15.0 nbconvert==7.16.4 # mypy types -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