From d6f77930407058c775dd549a556c413ea36d9565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:11:05 +0000 Subject: [PATCH] chore(deps-dev): bump types-tabulate from 0.9.0 to 0.9.0.20241207 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.9.0 to 0.9.0.20241207. - [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 d2346cb0..53ee554f 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "openpyxl==3.0.7", "types-requests==2.28.9", "types-urllib3==1.26.23", - "types-tabulate==0.9.0", + "types-tabulate==0.9.0.20241207", "types-python-dateutil==2.8.19", "types-six==1.16.21.20240311", "jupyter==1.0.0",