From 5f7cc507e3622df7e31d65eda3aaa979374e4a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 00:55:57 +0000 Subject: [PATCH] pip(deps): update tabulate requirement Updates the requirements on [tabulate](https://github.com/astanin/python-tabulate) to permit the latest version. - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: tabulate dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 270af42a..102f8e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ keywords = [ dependencies = [ "requests (>=2.32.3,<3.0.0)", "pydantic (>=2.11,<3.0.0)", - "tabulate (>=0.9.0,<0.10.0)", + "tabulate (>=0.9.0,<0.11.0)", "msgpack (>=1.1.0,<2.0.0)", "pyjwt (>=2.13.0,<3.0.0)", "pandas (>=2.2.3,<3.0.0)",