From 7e11fd64b0e85dc3c941bf42abf7955f1a390e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:39:45 +0000 Subject: [PATCH] deps(deps): update tabulate requirement in /tools/python 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] --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index d45ef29..8514c7f 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -1,7 +1,7 @@ PyYAML>=6.0 jsonschema>=4.0 requests>=2.25 -tabulate>=0.9 +tabulate>=0.10.0 jinja2>=3.0 pytest>=7.0 pytest-cov>=4.0 \ No newline at end of file