From eec61b2878ac34198ca0260d7663fd38fe43815c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:10:20 +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