From 2bd47b71f4905f139762befc91a7e8ede0231cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 20:19:20 +0000 Subject: [PATCH] chore(deps): bump uvicorn[standard] from 0.40.0 to 0.42.0 in /backend Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.40.0 to 0.42.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.40.0...0.42.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1c7bc16e..df32ced1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ # Web framework fastapi==0.128.6 -uvicorn[standard]==0.40.0 +uvicorn[standard]==0.42.0 python-multipart==0.0.22 # Database