From 9322a583910f93288defdd6b3b81edf8aa5291bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:00:53 +0000 Subject: [PATCH] chore(deps): update pyyaml requirement in /orchestrator 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] --- orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/requirements.txt b/orchestrator/requirements.txt index b8af3cc..ded25ed 100644 --- a/orchestrator/requirements.txt +++ b/orchestrator/requirements.txt @@ -1,6 +1,6 @@ flask>=3.0,<4.0 gunicorn>=22.0,<23.0 kubernetes>=29.0,<31.0 -pyyaml>=6.0,<7.0 +pyyaml>=6.0.3,<7.0 neo4j>=5.0,<6.0 pytest>=8.0,<9.0