From 22d52f56e2acd688d92c1fdd6fdbbc36569d1659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:52:35 +0100 Subject: [PATCH] Update ruamel-yaml requirement from <0.18,>=0.16 to >=0.16,<0.19 (#6438) 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 d68fbe5c4..1d646b679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pyOpenSSL>=22.1,<23.4", "pyparsing>=2.4.2,<3.2", "pyperclip>=1.6.0,<1.9", - "ruamel.yaml>=0.16,<0.18", + "ruamel.yaml>=0.16,<0.19", "sortedcontainers>=2.3,<2.5", "tornado>=6.2,<7", "typing-extensions>=4.3,<5; python_version<'3.11'",