From 21114639a8cf0f763bb0a4a53f72707196cc4058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:56:59 +0000 Subject: [PATCH] Update tabulate requirement from 0.9.0 to 0.10.0 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 8e82af1..e44898b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ requests = "^2.32.3" gitpython = "^3.1.43" tomli = { version = "^2.2.1", python = "<3.11" } pyyaml = "^6.0.2" -tabulate = "0.9.0" +tabulate = "0.10.0" matplotlib = ">=3.6" mplcursors = ">=0.6"