From 38ea3129be2ed2e940ab8e6d206a0e5d2435cc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 03:57:28 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c835e4bb..e1f430d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ CacheControl < 0.13 urllib3 < 2 # until CacheControl has a fixed release schema-salad >= 8.3.20220825114525, < 9 ruamel.yaml >= 0.17.6, < 0.17.27;python_version>='3.7' -ruamel.yaml >= 0.16.12, < 0.17.27 +ruamel.yaml >= 0.16.12, < 0.17.28