From 421fb460403f12cc8b2136eede69a64345d4d394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:03:43 +0000 Subject: [PATCH] Update ruamel-yaml requirement from <=0.18.7,>=0.16 to >=0.16,<=0.18.10 (#7449) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd28ded9e..cc0b43039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "pyOpenSSL>=22.1,<=24.3.0", "pyparsing>=2.4.2,<=3.2.1", "pyperclip<=1.9.0,>=1.9.0", - "ruamel.yaml>=0.16,<=0.18.7", + "ruamel.yaml>=0.16,<=0.18.10", "sortedcontainers>=2.3,<=2.4.0", "tornado>=6.4.1,<=6.4.2", "urwid>=2.6.14,<=2.6.16",