From e405deb1ca081111cfc0ba308ab7f66322f1a738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:35:43 +0000 Subject: [PATCH] Update ruamel-yaml requirement from <0.17.33 to <0.18.7 Updates the requirements on [ruamel-yaml]() to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml 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 b02a0494..bbea80e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ 'pyyaml==6.0.1', 'requests==2.32.3', 'responses==0.25.3', - 'ruamel.yaml<0.17.33', + 'ruamel.yaml<0.18.7', 'tabulate==0.9.0', 'tokenize-rt==6.1.0', 'tomli==2.0.2',