From 84e857a9eb23c5e8432d20578aa120271edf3b0f Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 16:09:17 +0000 Subject: [PATCH] Update dependency uvicorn to v0.38.0 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..54b1c8a 100644 --- a/detectors/common/requirements.txt +++ b/detectors/common/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.112.0 -uvicorn==0.30.5 +uvicorn==0.38.0 httpx==0.27.0 prometheus_client >= 0.18.0 prometheus-fastapi-instrumentator >= 7.0.0