From 3e89d751aac9858cade1810ce66a5d5071fc6c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 23:46:27 +0000 Subject: [PATCH] chore(deps)(deps): update ruamel-yaml requirement 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 b561ebc..e44ab18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ fpdf2==2.8.7 tenacity==9.1.4 # YAML parsing -ruamel.yaml>=0.18.6 +ruamel.yaml>=0.19.1 # Build tools setuptools>=82.0.1 \ No newline at end of file