From 24790d0fb21d9e6cba868a1a925c63f6883493c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:03:53 +0000 Subject: [PATCH] build: bump types-tabulate from 0.9.0.2 to 0.9.0.20241207 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.9.0.2 to 0.9.0.20241207. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tabulate dependency-version: 0.9.0.20241207 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6b64447..4f0ebcf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ code-quality = [ "mypy==1.1.1", "pre-commit==2.20.0", "types-aiofiles==23.1.0.2", - "types-tabulate==0.9.0.2", + "types-tabulate==0.9.0.20241207", ] [tool.uv.build-backend]