From c93f646b428474da9b4741fa466fa96b9ee95b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 21:43:45 +0000 Subject: [PATCH] chore(deps): update pyyaml requirement in /management-gui/backend 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] --- management-gui/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management-gui/backend/requirements.txt b/management-gui/backend/requirements.txt index 34080eb..fe8fcc9 100644 --- a/management-gui/backend/requirements.txt +++ b/management-gui/backend/requirements.txt @@ -1,6 +1,6 @@ flask>=3.0.0 flask-cors>=4.0.0 kubernetes>=28.1.0 -pyyaml>=6.0 +pyyaml>=6.0.3 requests>=2.31.0 gunicorn>=21.2.0