From 7fdf2156d630fdafe6d484400577d1ba6cc18423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 21:32:29 +0000 Subject: [PATCH] chore(deps): update dependency ruamel.yaml to v0.18.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28c2cf5..1bd1f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "irc-parser-tests==0.0.4", "pre-commit==4.3.0", "mypy==1.18.2", - "ruamel.yaml==0.18.15", + "ruamel.yaml==0.18.16", ] post-install-commands = [ "hatch run pre-commit install -f"