From fc3cdafb131d788ec1757b7317c37a22ecb77d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:18:42 +0000 Subject: [PATCH] Update ruamel-yaml requirement from ==0.17.* to ==0.18.* 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86ed322173..92c4e2a8d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # # ruamel.yaml is used to read and write .yaml files. -ruamel.yaml==0.17.* +ruamel.yaml==0.18.* # jsonschema is used for validating cluster.yaml configurations jsonschema==4.*