From a68de3310691173b609ea94002fa7b9b7d57ea3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:28:37 +0000 Subject: [PATCH] deps: bump uvicorn[standard] from 0.34.3 to 0.37.0 Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.34.3 to 0.37.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.34.3...0.37.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 14825b14..a365d948 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.116.1 -uvicorn[standard]==0.34.3 +uvicorn[standard]==0.37.0 python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.20 diff --git a/requirements.txt b/requirements.txt index 31e9a808..3766c997 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.115.12 -uvicorn[standard]==0.34.3 +uvicorn[standard]==0.37.0 python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.20