From 546a4957004290898c273aa93e124378aecee815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:53:13 +0000 Subject: [PATCH] Bump pyyaml from 5.3b1 to 5.4 in /scripts Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3b1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/commits/5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-version: '5.4' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index a199139681..61963640f5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ pip -PyYAML==5.3b1 +PyYAML==5.4 autopep8==1.4.4 yamllint==1.19.0 mock==4.0.2