diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0ff2e6d5..05f4df92b 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.0 + - types-cachetools==5.3.0.4 - types-filelock==3.2.7 - types-requests==2.28.11.15 - types-tabulate==0.9.0.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 3fee2dc65..2ba004f8d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ httpx==0.23.3 nbconvert==7.2.9 # mypy types -types-cachetools==5.3.0.0 +types-cachetools==5.3.0.4 types-filelock==3.2.7 types-requests==2.28.11.15 types-tabulate==0.9.0.1