From 9a26b33aaf4f0716c0a08be7522393944fb78997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 02:40:30 +0000 Subject: [PATCH] Bump pyyaml from 3.10 to 5.4 in /scripts/build/docker Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.10 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/compare/3.10...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-version: '5.4' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/build/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/docker/requirements.txt b/scripts/build/docker/requirements.txt index e7c3d2c..3852cb9 100644 --- a/scripts/build/docker/requirements.txt +++ b/scripts/build/docker/requirements.txt @@ -22,7 +22,7 @@ plotly==5.16.1 protobuf==3.19.6 psutil==5.9.5 pytest==7.0.1 -PyYAML==3.10 +PyYAML==5.4 scikit-optimize==0.9.0 scipy==1.5.2 six==1.16.0