From 201522f1b170de855cbb33d9b7d21060a31ea31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 07:10:51 +0000 Subject: [PATCH 1/2] Bump types-tabulate from 0.9.0.0 to 0.9.0.1 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.9.0.0 to 0.9.0.1. - [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 19130ec8e..f45daaabd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,5 +28,5 @@ nbconvert==7.2.9 types-cachetools==5.3.0.0 types-filelock==3.2.7 types-requests==2.28.11.15 -types-tabulate==0.9.0.0 +types-tabulate==0.9.0.1 types-python-dateutil==2.8.19.8 From 81bc515e5ddac9f11d8d280b8b3a81290c0d5142 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 27 Feb 2023 10:00:41 +0100 Subject: [PATCH 2/2] Bump tabulate types for pre-commit --- .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 436d7bc09..8711a65dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - types-cachetools==5.3.0.0 - types-filelock==3.2.7 - types-requests==2.28.11.15 - - types-tabulate==0.9.0.0 + - types-tabulate==0.9.0.1 - types-python-dateutil==2.8.19.8 # stages: [push]