From 6c5c9330b6d9489c8b955e456ecdd735d1354660 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:03:09 +0000 Subject: [PATCH] chore(deps): update dependency ruamel.yaml to v0.18.17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1e0fec..2ca8af4 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.15", + "ruamel.yaml==0.18.17", "hatchling>=1.20.0", ]