From 417aa35c608ca0ae63c1edb17e9ed97fefeb6fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 14:10:46 +0000 Subject: [PATCH] build(deps-dev): bump types-tabulate from 0.8.3 to 0.8.4 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.8.3 to 0.8.4. - [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 7562a12b..6a9ad8fa 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ setuptools.setup( "types-backports==0.1.3", "types-colorama==0.4.4", "types-PyYAML==6.0.1", - "types-tabulate==0.8.3", + "types-tabulate==0.8.4", "types-termcolor==1.1.2", "types-psutil==5.8.16", ],