Browse Source

⬆ 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 <[email protected]>
pull/5851/merge
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
f56b0d571d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

2
pyproject.toml

@ -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 = [

Loading…
Cancel
Save