From 0ff5aeeb6e6f803c3d7de91c241833cd1fd52fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 01:45:55 -0500 Subject: [PATCH] Update ruamel-yaml requirement from <0.17.32 to <0.17.33 (#414) 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] 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 1ac09b30b..8d05cd740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ 'pyyaml==6.0.1', 'requests==2.31.0', 'responses==0.23.1', - 'ruamel.yaml<0.17.32', + 'ruamel.yaml<0.17.33', 'tabulate==0.9.0', 'tokenize-rt==5.1.0', 'tomli==2.0.1',