diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4893a3da9..d59010154 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude: build_helpers additional_dependencies: - types-cachetools==5.0.1 - - types-filelock==3.2.5 + - types-filelock==3.2.6 - types-requests==2.27.27 - types-tabulate==0.8.9 - types-python-dateutil==2.8.16 diff --git a/requirements-dev.txt b/requirements-dev.txt index 0f5d31636..e863238bd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ nbconvert==6.5.0 # mypy types types-cachetools==5.0.1 -types-filelock==3.2.5 +types-filelock==3.2.6 types-requests==2.27.27 types-tabulate==0.8.9 types-python-dateutil==2.8.16