Skip to content

Commit 50d9727

Browse files
Update uvicorn requirement from 0.34.3 to 0.35.0
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](encode/uvicorn@0.34.3...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2613ffc commit 50d9727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package-mode = false
99
[tool.poetry.dependencies]
1010
python = "^3.11"
1111
fastapi = "0.115.14"
12-
uvicorn = "0.34.3"
12+
uvicorn = "0.35.0"
1313
alembic = "^1.16.1"
1414
psycopg = { extras = ['binary'], version = '^3.2.4' }
1515

0 commit comments

Comments
 (0)