From dfc1f6d45517c5bd927c468ddd28b964b3c34d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 19:23:25 +0000 Subject: [PATCH] chore(deps)(deps): update pyyaml requirement in /workspace 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] --- workspace/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/requirements.txt b/workspace/requirements.txt index 4a786533..ad4b5356 100644 --- a/workspace/requirements.txt +++ b/workspace/requirements.txt @@ -20,7 +20,7 @@ websockets>=16.0 python-multipart>=0.0.18 # Config parsing -pyyaml>=6.0 +pyyaml>=6.0.3 # Shared tools framework (used by coordinator, delegation, memory, sandbox) langchain-core>=0.3.0