Skip to content

Commit

Permalink
⬆ Update uvicorn[standard] requirement from <0.19.0,>=0.12.0 to >=0.1…
Browse files Browse the repository at this point in the history
…2.0,<0.21.0 for development (#5795)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
dependabot[bot] and tiangolo committed Jan 7, 2023
1 parent 5c6d7b2 commit f56b0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -88,7 +88,7 @@ doc = [
]
dev = [
"ruff ==0.0.138",
"uvicorn[standard] >=0.12.0,<0.19.0",
"uvicorn[standard] >=0.12.0,<0.21.0",
"pre-commit >=2.17.0,<3.0.0",
]
all = [
Expand Down

0 comments on commit f56b0d5

Please sign in to comment.