From ed4a67e4cf9f65b870a09024a4f50e519f8c7dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:12:14 +0000 Subject: [PATCH] Update ruamel-yaml requirement from ~=0.17.21 to ~=0.18.2 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] --- conex-helper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conex-helper/requirements.txt b/conex-helper/requirements.txt index 3ce9c9e..56b31e2 100644 --- a/conex-helper/requirements.txt +++ b/conex-helper/requirements.txt @@ -1,3 +1,3 @@ beautifulsoup4~=4.12.0 Markdown~=3.4.1 -ruamel.yaml~=0.17.21 +ruamel.yaml~=0.18.2