From cb5cb366837e02aa717b6a9c7f56e7417c148663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:44:30 +0000 Subject: [PATCH] chore: update pyyaml requirement from >=6.0 to >=6.0.3 in /evals 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...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- evals/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evals/requirements.txt b/evals/requirements.txt index 8b0953b..51126a5 100644 --- a/evals/requirements.txt +++ b/evals/requirements.txt @@ -1,2 +1,2 @@ anthropic>=0.40.0 -pyyaml>=6.0 +pyyaml>=6.0.3