From 2299a1285a7a096b81d28bae402935d39db90b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:06:23 +0000 Subject: [PATCH] chore(deps): bump pyaml from 25.7.0 to 26.2.1 Bumps [pyaml](https://github.com/mk-fg/pretty-yaml) from 25.7.0 to 26.2.1. - [Commits](https://github.com/mk-fg/pretty-yaml/compare/25.7.0...26.2.1) --- updated-dependencies: - dependency-name: pyaml dependency-version: 26.2.1 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 5852b93e9129..5c35becf4326 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pyaml==25.7.0 +pyaml==26.2.1 GitPython==3.1.45 PyGithub==2.8.1