From 62e225135bfd2c0a3cfb61e516f010ee715ecafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:36:57 +0000 Subject: [PATCH] Bump pyyaml in /.github/actions/gh-action-pip-audit/test/pyproject Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4.1) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../actions/gh-action-pip-audit/test/pyproject/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/gh-action-pip-audit/test/pyproject/pyproject.toml b/.github/actions/gh-action-pip-audit/test/pyproject/pyproject.toml index 12ce5e7375..177b124383 100644 --- a/.github/actions/gh-action-pip-audit/test/pyproject/pyproject.toml +++ b/.github/actions/gh-action-pip-audit/test/pyproject/pyproject.toml @@ -2,5 +2,5 @@ [project] dependencies = [ - "pyyaml==5.1" + "pyyaml==5.4.1" ]