diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2cad0a7d3..e20f0916e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - types-cachetools==5.2.1 - types-filelock==3.2.7 - types-requests==2.28.11 - - types-tabulate==0.8.11 + - types-tabulate==0.9.0.0 - types-python-dateutil==2.8.19 # stages: [push] diff --git a/requirements-dev.txt b/requirements-dev.txt index f8238a07c..7ba4cc8d2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,5 +26,5 @@ nbconvert==7.2.1 types-cachetools==5.2.1 types-filelock==3.2.7 types-requests==2.28.11 -types-tabulate==0.8.11 +types-tabulate==0.9.0.0 types-python-dateutil==2.8.19