From 594fed6d33d8e85d0345c77af9b64451d6626163 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:43:13 +0000 Subject: [PATCH] Update dependency PyYAML to v6.0.2 --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index e703c6ad5..b3ca161f2 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,6 +1,6 @@ pip # License: MIT -PyYAML==6.0.1 +PyYAML==6.0.2 # License: BSD gitpython==3.1.41 # License: BSD