From 7fed0782d5df67e9e7a98a5c18d5c221ea8cb12a Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 3 Apr 2023 14:19:11 +0200 Subject: [PATCH] pre-commit types-tabulate --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]