⬆ Update uvicorn[standard] requirement from <0.19.0,>=0.12.0 to >=0.12.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>
This commit is contained in:
dependabot[bot] 2023-01-07 17:01:21 +00:00 committed by GitHub
parent 5c6d7b2ff3
commit f56b0d571d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ doc = [
] ]
dev = [ dev = [
"ruff ==0.0.138", "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", "pre-commit >=2.17.0,<3.0.0",
] ]
all = [ all = [