From 463be2e4962490fcc25d6fd72d363fdd041d68e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:47:24 +0000 Subject: [PATCH] Update dependency pyyaml to v6.0.3 --- .tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tools/requirements.txt b/.tools/requirements.txt index 48cade3..5c258be 100644 --- a/.tools/requirements.txt +++ b/.tools/requirements.txt @@ -1,2 +1,2 @@ -pyyaml==6.0.2 +pyyaml==6.0.3 requests==2.32.3