From 0b649350fdb7f9dc4acff3bb33fcfd062334df9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:52:36 +0000 Subject: [PATCH] Update ruamel-yaml requirement from <0.18,>=0.16.0 to >=0.16.0,<0.19 (#2066) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cec96b76b..7ddf547f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ "types-requests", "types-psutil", "importlib_resources>=1.4;python_version<'3.9'", - "ruamel.yaml>=0.16.0,<0.18", + "ruamel.yaml>=0.16.0,<0.19", "schema-salad>=8.7,<9", "cwl-utils>=0.32", "toml",