From bec9ee3a9eb46f84dc63e08686dada4c490cba37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:55:11 +0000 Subject: [PATCH] Update tabulate requirement in the prod-deps group Updates the requirements on [tabulate](https://github.com/astanin/python-tabulate) to permit the latest version. Updates `tabulate` to 0.10.0 - [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 dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c41f4ba..e2b59411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "scipy>=1.12.0,<2.0.0", # Known CVE that doesn't affect us: https://nvd.nist.gov/vuln/detail/CVE-2022-42969 "retry>=0.9.2,<0.10.0", - "tabulate>=0.9.0,<0.10.0", + "tabulate>=0.9.0,<0.11.0", "zstandard>=0.25.0,<0.26.0", "tqdm>=4.66.1", "types-tqdm>=4.66.0.0",