From 4b2490815c7294e507184785058bb80dd8dc76da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:54:49 +0000 Subject: [PATCH] chore(deps): update dependency ruamel.yaml to v0.18.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bf1243..d45063e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.10" dependencies = [ "reqstool-python-decorators==0.0.7", - "ruamel.yaml==0.18.10", + "ruamel.yaml==0.18.14", "hatchling>=1.20.0", ]