From d7c2b90b45b5a5cd0fcefa1566f21b6190a63ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:56:01 +0000 Subject: [PATCH] chore: bump uvicorn[standard] from 0.27.0 to 0.41.0 Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.27.0 to 0.41.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.27.0...0.41.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- roadcoin/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadcoin/requirements.txt b/roadcoin/requirements.txt index cf60919..8b2f1ef 100644 --- a/roadcoin/requirements.txt +++ b/roadcoin/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.135.1 -uvicorn[standard]==0.27.0 +uvicorn[standard]==0.41.0 pydantic==2.5.3 redis==7.3.0 python-jose[cryptography]==3.3.0