From ee1367068fe1268b504124ccc8be6a13198c20dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:34:06 +0000 Subject: [PATCH] deps: 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a7e1f7..15aa066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ [project.optional-dependencies] torch = ["torch>=1.13"] gym = ["gymnasium>=0.29"] -config = ["pyyaml>=6.0"] +config = ["pyyaml>=6.0.3"] logging = ["tensorboard>=2.10"] serve = ["onnx>=1.14", "onnxruntime>=1.16", "fastapi>=0.100", "uvicorn>=0.23"] hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.16"] @@ -58,7 +58,7 @@ dev = [ "pytest>=7.0", "pytest-cov>=4.0", "pytest-xdist>=3.0", - "pyyaml>=6.0", + "pyyaml>=6.0.3", "ruff>=0.1", "gymnasium[classic-control]>=0.29", "matplotlib>=3.5",