From 7ac24415924bef7e57916bbb51986ee8bc26b422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:21:45 +0000 Subject: [PATCH] build(deps-dev): Bump types-tabulate from 0.8.5 to 0.9.0.20240106 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.8.5 to 0.9.0.20240106. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tabulate dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ca58d715..5caebae9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -160,7 +160,7 @@ tests = # type-checking mypy==0.931 types-requests==2.27.7 - types-tabulate==0.8.5 + types-tabulate==0.9.0.20240106 types-toml==0.10.3 # optional dependencies pywin32>=225; sys_platform == 'win32'