From 8a9c4693e35659ac6e8e56dfaeebdc17f015a873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:20:07 +0000 Subject: [PATCH] chore(deps): Bump pyyaml Bumps the minor-and-patch group with 1 update in the /src directory: [pyyaml](https://github.com/yaml/pyyaml). Updates `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 dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d03d21f..049bf0d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1 +1 @@ -pyyaml==6.0.2 \ No newline at end of file +pyyaml==6.0.3 \ No newline at end of file