From 1c9042dc547a08d93a021d2020d0d34ede54bf58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 17:38:31 +0000 Subject: [PATCH] chore(deps): update dependency ruamel.yaml to v0.19.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ca8af4..573551c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.10" dependencies = [ "reqstool-python-decorators==0.0.8", - "ruamel.yaml==0.18.17", + "ruamel.yaml==0.19.1", "hatchling>=1.20.0", ]