From e4b89f1d7b2d4cc5673ff26effc73e4d4366886c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 16:43:23 +0000 Subject: [PATCH] build(deps-dev): bump types-tabulate from 0.1.0 to 0.1.1 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.1.0 to 0.1.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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34ee5e64..66aec49d 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setuptools.setup( "types-backports==0.1.2", "types-colorama==0.4.2", "types-PyYAML==0.1.6", - "types-tabulate==0.1.0", + "types-tabulate==0.1.1", "types-termcolor==0.1.1", ], },