From f9be11d051708da2628beb160516d0bbb87f15d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:53:40 +0000 Subject: [PATCH] chore(deps): update dependency ruamel.yaml to v0.18.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d4f5b8..b1e0fec 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.14", + "ruamel.yaml==0.18.15", "hatchling>=1.20.0", ]