From 5be32cd801e77ed6ab035465dd223f7f68c60c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:30:39 +0000 Subject: [PATCH 1/2] Bump types-tabulate from 0.9.0.3 to 0.9.0.20240106 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.9.0.3 to 0.9.0.20240106. - [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 b57f7af8f..58ebb1157 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,5 +27,5 @@ nbconvert==7.14.0 types-cachetools==5.3.0.7 types-filelock==3.2.7 types-requests==2.31.0.20240106 -types-tabulate==0.9.0.3 +types-tabulate==0.9.0.20240106 types-python-dateutil==2.8.19.20240106 From 72c41ec2c50f845e86cc46fbe7387fb70f51a354 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 Jan 2024 09:44:14 +0100 Subject: [PATCH 2/2] Bump types-tabulate 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 f34f9a82c..e6ea411be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - types-cachetools==5.3.0.7 - types-filelock==3.2.7 - types-requests==2.31.0.20240106 - - types-tabulate==0.9.0.3 + - types-tabulate==0.9.0.20240106 - types-python-dateutil==2.8.19.20240106 - SQLAlchemy==2.0.23 # stages: [push]