From 3da6f817ea325bbe941b1e9da170f10800773398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:28:25 +0000 Subject: [PATCH] pip: update pyyaml requirement from >=6.0 to >=6.0.3 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] --- pip-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 71969ed..dde8759 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -22,7 +22,7 @@ sphinx>=9.1.0 # System utilities psutil>=7.2.2 requests>=2.28.0 -pyyaml>=6.0 +pyyaml>=6.0.3 # Container support docker>=7.1.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 98484ae..a8fc446 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pynvml>=13.0.1 # Data processing and analysis requests>=2.28.0 -pyyaml>=6.0 +pyyaml>=6.0.3 toml>=0.10.2 # Development and testing tools