diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e057627cf..983df6fad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==5.0.2 + - types-cachetools==5.2.1 - types-filelock==3.2.7 - types-requests==2.27.30 - types-tabulate==0.8.9 diff --git a/requirements-dev.txt b/requirements-dev.txt index 29e21e116..ebfbafe07 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ time-machine==2.7.0 nbconvert==6.5.0 # mypy types -types-cachetools==5.0.2 +types-cachetools==5.2.1 types-filelock==3.2.7 types-requests==2.27.30 types-tabulate==0.8.9