From 74c5768afd31e3b9bea75ebeab67716addeaeb07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:35:02 +0000 Subject: [PATCH] Update ruamel-yaml requirement from <0.19,>=0.18 to >=0.19.1,<0.20 Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86d3522..66607d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "PyYAML>=6,<7", - "ruamel.yaml>=0.18,<0.19", + "ruamel.yaml>=0.19.1,<0.20", "jsonschema>=4.23,<5", ]