mirror of https://github.com/tiangolo/fastapi.git
⬆ 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:
parent
5c6d7b2ff3
commit
f56b0d571d
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue