From a3bc33f787329ece1b3de697d69ced8d6b6a4645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:01:50 +0000 Subject: [PATCH] Update ruamel-yaml requirement from <0.19,>=0.17.6 to >=0.17.6,<0.20 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 133b5929..0a730c65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "rdflib", "requests", "schema-salad >= 8.8.20250205075315,<9", - "ruamel.yaml >= 0.17.6, < 0.19", + "ruamel.yaml >= 0.17.6, < 0.20", "typing_extensions >= 4.10.0", ]