From 09f36f0e574c18add3b6b2789a01acbf0793193a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:39:36 +0000 Subject: [PATCH] deps(deps): update pyyaml requirement in /tools/python Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 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..5bd2ad8 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -1,4 +1,4 @@ -PyYAML>=6.0 +PyYAML>=6.0.3 jsonschema>=4.0 requests>=2.25 tabulate>=0.9