From 66071d22892d28c325c114429ddd1ef618357197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 02:36:10 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.41.0 to 0.47.0 in /demo-app Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.41.0 to 0.47.0. - [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.41.0...0.47.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app/requirements.txt b/demo-app/requirements.txt index 45d9659..5c04920 100644 --- a/demo-app/requirements.txt +++ b/demo-app/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.135.1 -uvicorn==0.41.0 +uvicorn==0.47.0 motor==3.7.1 pydantic==2.12.5 ecs_logging==2.3.0 \ No newline at end of file