From c2c5b7dec919da7d3b571ca49998ffdef59c7e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:22:12 +0000 Subject: [PATCH] chore(deps): bump pyyaml from 6.0.1 to 6.0.3 in /apps/ai_workflow_engine Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 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.1...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/ai_workflow_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai_workflow_engine/requirements.txt b/apps/ai_workflow_engine/requirements.txt index 218ce676f..b315762c4 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -31,7 +31,7 @@ python-multipart==0.0.22 pydantic==2.5.2 pydantic-settings==2.1.0 jsonschema==4.26.0 -PyYAML==6.0.1 +PyYAML==6.0.3 # Database and storage asyncpg==0.29.0