From 2016d09b13a0f4754df8ccc54ab712d2e6a23a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:00:13 +0000 Subject: [PATCH] deps: bump uvicorn[standard] from 0.34.3 to 0.38.0 Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.34.3 to 0.38.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.38.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.38.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..06474419 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.38.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..30169d70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.115.12 -uvicorn[standard]==0.34.3 +uvicorn[standard]==0.38.0 python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.20