Skip to content

Commit 342bb57

Browse files
chore(deps): update uvicorn requirement
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.51.0...0.52.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56c9de7 commit 342bb57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fastapi>=0.140.7,<0.142.0
2-
uvicorn[standard]>=0.51.0,<0.53.0
2+
uvicorn[standard]>=0.52.2,<0.53.0
33
psycopg2-binary>=2.9.12,<3.0.0
44
python-multipart>=0.0.9,<0.1.0
55
pydantic>=2.13.4,<3.0.0

0 commit comments

Comments
 (0)