From 614d0c2b29993e9b2e8451e25db168f43b1db215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 03:58:43 +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 e1f430d1..22544648 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.28 +ruamel.yaml >= 0.16.12, < 0.17.29