From 8b1798522c17b2f651d4d0653247458ff51709da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 13:18:58 +0000 Subject: [PATCH 1/2] Bump types-tabulate from 0.8.9 to 0.8.11 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.8.9 to 0.8.11. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tabulate dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 85289097913..16bb8c47beb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,5 +25,5 @@ nbconvert==6.5.0 types-cachetools==5.2.1 types-filelock==3.2.7 types-requests==2.28.0 -types-tabulate==0.8.9 +types-tabulate==0.8.11 types-python-dateutil==2.8.17 From 74471e41dbceda78e829e2e377a2773617732e47 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 27 Jun 2022 18:23:00 +0200 Subject: [PATCH 2/2] update tabulate precommit types --- .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 958312d6c72..71e230a391b 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.0 - - types-tabulate==0.8.9 + - types-tabulate==0.8.11 - types-python-dateutil==2.8.17 # stages: [push]