From aa4f3ff267bb6f136c39ddd1cc71f0b3bbe467cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:04:19 +0000 Subject: [PATCH] chore(deps): update ruamel-yaml requirement Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.18.16 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 e7933e39..5ed2fb3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "python-dotenv>=1.1.1,<2.0", "pyyaml>=6.0.0,<7.0", "requests>=2.25.0,<3.0", - "ruamel.yaml>=0.17.21,<0.18", + "ruamel.yaml>=0.17.21,<0.19", ]