Skip to content

Commit 0173ead

Browse files
chore(deps): update uvicorn requirement in /backend
Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.32.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e65fd8 commit 0173ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Backend Dependencies
22
fastapi>=0.115.0
3-
uvicorn[standard]>=0.32.0
3+
uvicorn[standard]>=0.46.0
44
httpx>=0.27.0
55
python-dotenv>=1.0.0
66
pydantic>=2.0.0

0 commit comments

Comments
 (0)