From 2e2e2d979ced7592e7aceea734832f17a1f42928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:37:23 +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-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 ccd7ccd657..2df4ce82a0 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ pip -PyYAML==5.3b1 +PyYAML==5.4 autopep8==1.4.4 yamllint==1.19.0