From 236437b46622f1b045d35ed1105580fc5e8431eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 19:01:25 +0000 Subject: [PATCH] Update ruamel-yaml requirement from ~=0.18 to ~=0.19 Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_maint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_maint.txt b/requirements_maint.txt index b1d9db5ff8..05375dd39e 100644 --- a/requirements_maint.txt +++ b/requirements_maint.txt @@ -1,3 +1,3 @@ pygithub~=2.8 -ruamel-yaml~=0.18 +ruamel-yaml~=0.19 Unidecode~=1.3