From 712e7c4d155a64e1ccbce396493c88656b9dbc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:16:00 +0000 Subject: [PATCH] Update uvicorn requirement from ~=0.34.0 to ~=0.38.0 in /app Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.34.0...0.38.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 44be627..d0aecf6 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -uvicorn~=0.34.0 +uvicorn~=0.38.0 starlette~=0.46.1 aiofiles~=24.1.0 jinja2~=3.1.6