From 4ace0df5d5b91d92f8f510490067660b57fa677e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:24:11 +0000 Subject: [PATCH] chore(deps): bump pyaml from 24.9.0 to 25.5.0 Bumps [pyaml](https://github.com/mk-fg/pretty-yaml) from 24.9.0 to 25.5.0. - [Commits](https://github.com/mk-fg/pretty-yaml/compare/24.9.0...25.5.0) --- updated-dependencies: - dependency-name: pyaml dependency-version: 25.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9490caef463..a7101ba73f26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyaml==24.9.0 +pyaml==25.5.0 GitPython==3.1.44 PyGithub==2.6.1