From 9bd776d667324d2eccfed7e306264ae00a2dce96 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:12:09 +0000 Subject: [PATCH] Update dependency PyYAML to v6.0.3 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- detectors/common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/common/requirements.txt b/detectors/common/requirements.txt index 62b3e84..f7d203f 100644 --- a/detectors/common/requirements.txt +++ b/detectors/common/requirements.txt @@ -3,4 +3,4 @@ uvicorn==0.30.5 httpx==0.27.0 prometheus_client >= 0.18.0 prometheus-fastapi-instrumentator >= 7.0.0 -PyYAML==6.0.2 \ No newline at end of file +PyYAML==6.0.3 \ No newline at end of file