From 91b4b6e5ab1728c1581629defa81fc483662590f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:12:40 +0000 Subject: [PATCH] module: update pyyaml to v6.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37931cb..3f1d6f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ homepage = "https://dev.mycrobase.de/gitea/cn/kube-stale-resources" [tool.poetry.dependencies] python = "^3.8" -pyyaml = "6.0.1" +pyyaml = "6.0.2" requests = "~2.29.0" [tool.poetry.dev-dependencies]