diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7f150af3..8ae2e8886 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.3.0.6 + - types-cachetools==5.3.0.7 - types-filelock==3.2.7 - types-requests==2.31.0.10 - types-tabulate==0.9.0.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index 0d2ef0714..e72d07dae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ time-machine==2.13.0 nbconvert==7.9.2 # mypy types -types-cachetools==5.3.0.6 +types-cachetools==5.3.0.7 types-filelock==3.2.7 types-requests==2.31.0.10 types-tabulate==0.9.0.3