From c265b1ca96a2d06e5a318bcc4b5d5351e08bfa9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:15:59 +0000 Subject: [PATCH] build(deps-dev): bump types-tabulate from 0.9.0.1 to 0.9.0.3 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.9.0.1 to 0.9.0.3. - [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 a28e244c..21f8f50d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dev = [ "types-backports==0.1.3", "types-colorama==0.4.15.11", "types-PyYAML==6.0.8", - "types-tabulate==0.9.0.1", + "types-tabulate==0.9.0.3", "types-termcolor==1.1.4", "types-psutil==5.8.23", "types_requests==2.31.0.1",