From bcd00004b8f5bfd4f44134cbb1895f14e7822c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 14:20:16 -0600 Subject: [PATCH] build(deps-dev): bump types-tabulate from 0.8.7 to 0.8.8 (#1009) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65e5a091..67c2da6c 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ setuptools.setup( "types-backports==0.1.3", "types-colorama==0.4.13", "types-PyYAML==6.0.7", - "types-tabulate==0.8.7", + "types-tabulate==0.8.8", "types-termcolor==1.1.3", "types-psutil==5.8.22", "types_requests==2.27.25",