diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f6594e6a..a5ac69ff4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - types-cachetools==5.3.0.5 - types-filelock==3.2.7 - types-requests==2.28.11.17 - - types-tabulate==0.9.0.1 + - types-tabulate==0.9.0.2 - types-python-dateutil==2.8.19.11 - SQLAlchemy==2.0.8 # stages: [push] diff --git a/requirements-dev.txt b/requirements-dev.txt index eec8f81b6..f36ef6def 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,5 +28,5 @@ nbconvert==7.2.10 types-cachetools==5.3.0.5 types-filelock==3.2.7 types-requests==2.28.11.17 -types-tabulate==0.9.0.1 +types-tabulate==0.9.0.2 types-python-dateutil==2.8.19.11