From 611bc5a07effbebf54d1c460e7101abb27b304fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:02:53 +0000 Subject: [PATCH] chore(deps): update dependency ruamel.yaml to v0.18.0 --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index ad9aa03..363afc7 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -1,5 +1,5 @@ GitPython==3.1.40 loguru==0.7.2 -ruamel.yaml==0.17.40 +ruamel.yaml==0.18.0 ruamel.yaml.string==0.1.1 typer==0.9.0