From 02cf5d1660c168843b94ee4cb2b1d240227276d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:42:39 +0000 Subject: [PATCH] [Dependabot]: Update ruamel-yaml requirement from ~=0.19.0 to ~=0.19.1 Updates the requirements on ruamel-yaml to permit the latest version. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a1c4576..91c7d2d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pyTooling[terminal] ~= 8.12 -ruamel.yaml ~= 0.19.0 +ruamel.yaml ~= 0.19.1