From 43d089ab534dfe5fbe2d651b2f338c3faa76fc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:26:28 +0000 Subject: [PATCH] Update ruamel-yaml requirement 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 fef9a3068d50..ec2ab029be93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "colorama>=0.2.5,<0.4.7", "docutils>=0.10,<0.20", "cryptography>=3.3.2,<40.0.2", - "ruamel.yaml>=0.15.0,<=0.17.21", + "ruamel.yaml>=0.15.0,<=0.18.5", # ruamel.yaml only requires ruamel.yaml.clib for Python versions # less than or equal to Python 3.10. In order to ensure we have # a consistent dependency closure across all Python versions,