From d5e94573fc4a59e1f95e5c3e964d7004c2a80c7d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:12:25 +0000 Subject: [PATCH] fix: auto-fixes from pre-commit.ci Configured by .pre-commit-config.yaml Checks run by https://pre-commit.ci --- reliabot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reliabot/requirements.txt b/reliabot/requirements.txt index 36ae331..77b2e64 100644 --- a/reliabot/requirements.txt +++ b/reliabot/requirements.txt @@ -1,2 +1,2 @@ ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.13" and python_version >= "3.8" -ruamel-yaml==0.18.6 ; python_version >= "3.8" and python_version < "4.0" +ruamel-yaml==0.18.7 ; python_version >= "3.8" and python_version < "4.0"