From a5beacbdd0c4dc133ad0e8d1e8461f988412bb7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 04:53:29 +0000 Subject: [PATCH 1/2] Bump types-tabulate from 0.8.8 to 0.8.9 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.8.8 to 0.8.9. - [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 42f32b01f..60f4da1a7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,5 +25,5 @@ nbconvert==6.5.0 types-cachetools==5.0.1 types-filelock==3.2.5 types-requests==2.27.25 -types-tabulate==0.8.8 +types-tabulate==0.8.9 types-python-dateutil==2.8.15 From 35ec657ef11149890fcd6d63080ec6b3fc4da18e Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 9 May 2022 06:55:01 +0200 Subject: [PATCH 2/2] Bump types-tabulate==0.8.9 precommit --- .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 0ce5797c2..ee909185a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - types-cachetools==5.0.1 - types-filelock==3.2.5 - types-requests==2.27.25 - - types-tabulate==0.8.8 + - types-tabulate==0.8.9 - types-python-dateutil==2.8.15 # stages: [push]