Skip to content

Commit c4d548f

Browse files
Update uvicorn requirement from <0.21.0,>=0.20.0 to >=0.20.0,<0.22.0 (#53)
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](encode/uvicorn@0.20.0...0.21.0) --- 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 84bab9d commit c4d548f

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.21.0",
66+
"uvicorn >=0.20.0, <0.22.0",
6767
]
6868

6969
[tool.hatch.envs.default]

0 commit comments

Comments
 (0)