Skip to content

Commit 1867973

Browse files
Update uvicorn requirement from <0.40,>=0.32 to >=0.32,<0.47
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:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45aa36c commit 1867973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dev = [
7474
"pytest-httpserver>=1.0.11,<2",
7575
"pytest>=8.3.1,<9",
7676
"pytest-asyncio==1.3.0",
77-
"uvicorn>=0.32,<0.40",
77+
"uvicorn>=0.32,<0.47",
7878
"fastapi>=0.115.5,<0.137.0",
7979
"pytest-httpx>=0.35",
8080
"pytest-benchmark>=4,<6",

0 commit comments

Comments
 (0)