Skip to content

Commit 8eac799

Browse files
Update uvicorn requirement from <0.22.0,>=0.20.0 to >=0.20.0,<0.24.0 (#89)
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/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.20.0...0.23.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8731f0 commit 8eac799

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
@@ -63,7 +63,7 @@ doc = [
6363
]
6464
dev = [
6565
"pre-commit >=2.20.0, <4.0.0",
66-
"uvicorn >=0.20.0, <0.22.0",
66+
"uvicorn >=0.20.0, <0.24.0",
6767
]
6868

6969
[tool.hatch.envs.default]

0 commit comments

Comments
 (0)