From 128892eea5a3f64c8cc6cc788778c680eba19784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:35:18 +0000 Subject: [PATCH] build(deps): bump pyyaml from 6.0.2 to 6.0.3 in /hack/mkdocs/image Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hack/mkdocs/image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/mkdocs/image/requirements.txt b/hack/mkdocs/image/requirements.txt index 92dade9d07..9cebcdc7a6 100644 --- a/hack/mkdocs/image/requirements.txt +++ b/hack/mkdocs/image/requirements.txt @@ -17,7 +17,7 @@ pandas>=2.0.3 pep562==1.1 Pygments==2.19.2 pymdown-extensions==10.16.1 -PyYAML==6.0.2 +PyYAML==6.0.3 six==1.17.0 tabulate==0.9.0 tornado==6.5.2