From 8f1f0dbe10114eaf12bd35b3a70aeb8e27ccd79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:05:36 +0000 Subject: [PATCH] build(deps-dev): 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2dee4bdf2..298aa8145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dev = [ "types-backports==0.1.3", "types-colorama==0.4.15.20240106", "types-PyYAML==6.0.12.12", - "types-tabulate==0.9.0.3", + "types-tabulate==0.9.0.20240106", "types-termcolor==1.1.6.2", "types-psutil==5.9.5.20240106", "types-protobuf==4.24.0.1",