From 655c9857f24340135ded8a2fd723339ef9837395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:21:51 +0000 Subject: [PATCH] Update pyyaml requirement from >=6.0.2 to >=6.0.3 Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 41a6f10ed..5ae77114e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -19,4 +19,4 @@ python-dotenv>=1.0.0 # needed for enhanced schema generation from function features pydantic>=2.0.0 # needed for yaml file generation in examples -PyYAML>=6.0.2 +PyYAML>=6.0.3