From 82915d67047127f889050ab85e2bc0c10fa4a79e Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:06:49 +0000 Subject: [PATCH] Update dependency PyYAML to v6.0.3 --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 847bb60b24..225b32aae5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,6 +1,6 @@ pip # License: MIT -PyYAML==6.0.2 +PyYAML==6.0.3 # License: BSD gitpython==3.1.45 # License: BSD