From 2262d3323a9443e2d7a81550ef7ad21e3150a226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:50:48 +0000 Subject: [PATCH] Update ruamel-yaml-clib requirement Updates the requirements on [ruamel-yaml-clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree) to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml-clib 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..53aa4453f429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ # less than or equal to Python 3.10. In order to ensure we have # a consistent dependency closure across all Python versions, # we explicitly include ruamel.yaml.clib as a dependency. - "ruamel.yaml.clib>=0.2.0,<=0.2.7", + "ruamel.yaml.clib>=0.2.0,<=0.2.8", "prompt-toolkit>=3.0.24,<3.0.39", "distro>=1.5.0,<1.9.0", "awscrt>=0.16.4,<=0.16.16",