From b4ce5d3603236915a2050037f51135b9777c71ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:45:03 +0000 Subject: [PATCH] Update dependency pyyaml to v6.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b96d21..6abeec2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ flask==3.0.3 kubernetes==30.1.0 -pyyaml==6.0.1 +pyyaml==6.0.2 gunicorn==22.0.0 \ No newline at end of file