From 6cfc5bf0a468fad274a13818969d68c41ec3dfb5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 05:56:10 +0000 Subject: [PATCH] chore(deps): update dependency pyyaml to v6.0.2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/build/requirements.txt b/.github/build/requirements.txt index 67e31ad25..44216fb0e 100644 --- a/.github/build/requirements.txt +++ b/.github/build/requirements.txt @@ -13,6 +13,6 @@ identify==2.5.17; python_version >= '3.7' nodeenv==1.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' platformdirs==3.0.0; python_version >= '3.7' pre-commit==2.17.0 -pyyaml==6.0; python_version >= '3.6' +pyyaml==6.0.2; python_version >= '3.6' toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2' virtualenv==20.19.0; python_version >= '3.7'