From 741bebc951854926e574a0ba00ac5f00430b71af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:45:33 +0000 Subject: [PATCH] Update dependency uvicorn to v0.44.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c293f81..67bda0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Web framework fastapi==0.128.3 -uvicorn==0.40.0 +uvicorn==0.44.0 # Kafka consumer with MSK IAM authentication confluent-kafka==2.13.0