From 03fa21aaa7a5d4d7bfe879bcdc0a8046001a79e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:38:19 +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 0df2117..cddaf7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "sentencepiece>=0.2.1", "scikit-learn>=1.7.2", "simplejson>=3.20.2", - "tabulate>=0.9.0", + "tabulate>=0.10.0", "tensorboard>=2.20.0", "tqdm>=4.67.1", "transformers[torch]>=4.57.1",