From b8d715c790268f85b361bfa1f240c09d7d556d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 12:11:53 +0000 Subject: [PATCH] Update ruamel-yaml requirement from <0.17.23,>=0.17.6 to >=0.17.6,<0.17.27 (#215) * Update ruamel-yaml requirement Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 972f3f46..c835e4bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ requests CacheControl < 0.13 urllib3 < 2 # until CacheControl has a fixed release schema-salad >= 8.3.20220825114525, < 9 -ruamel.yaml >= 0.17.6, < 0.17.23;python_version>='3.7' -ruamel.yaml >= 0.16.12, < 0.17.23 +ruamel.yaml >= 0.17.6, < 0.17.27;python_version>='3.7' +ruamel.yaml >= 0.16.12, < 0.17.27