From 0562fe0a694d539bb6f9e0d73cea01e3f2d2385a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:52:47 +0000 Subject: [PATCH] Chore(deps): Update tabulate requirement from <0.10,>=0.9 to >=0.9,<0.11 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39f17ba0..7302a263 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'crate<3', 'platformdirs<5', 'prompt-toolkit>=3.0,<4', - 'tabulate>=0.9,<0.10', + 'tabulate>=0.9,<0.11', 'sqlparse>=0.4.4,<0.6.0', 'verlib2<0.4', ]