From c376d31160fd129bff3031d524ae5b518771c2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:01:43 +0000 Subject: [PATCH] Update ruamel-yaml requirement Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.0 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 3efdd250f..856d86fba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ 'tomli>=2.0;python_version<"3.11"', - "ruamel.yaml>=0.18.10,<0.19.0", + "ruamel.yaml>=0.18.10,<0.20.0", "jsonschema>=4.18.0,<5.0", "regress>=2024.11.1", "requests<3.0",