From eba38286b981d8ba370306c7e87db9b1073699f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:41:05 +0000 Subject: [PATCH] Update ruamel-yaml requirement from ~=0.17.21 to ~=0.18.1 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..e218be5 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.1