From c64534bd55f45cdb4f8ba7cb6ca651c02eef7610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:51:37 +0000 Subject: [PATCH] chore(deps-dev): Update types-tabulate requirement Updates the requirements on [types-tabulate](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tabulate dependency-version: 0.10.0.20260408 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5fa7c5..7783619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "mypy>=0.990", "types-PyYAML>=6.0.0", "types-requests>=2.28.0", - "types-tabulate>=0.9.0", + "types-tabulate>=0.10.0.20260408", "pre-commit>=2.20.0", "bandit>=1.7.0", ]