mirror of https://github.com/tiangolo/fastapi.git
⬆ Update coverage[toml] requirement from <7.0,>=6.5.0 to >=6.5.0,<8.0 (#5801)
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
681e5c0199
commit
c482dd3d42
|
|
@ -51,7 +51,7 @@ Documentation = "https://fastapi.tiangolo.com/"
|
|||
[project.optional-dependencies]
|
||||
test = [
|
||||
"pytest >=7.1.3,<8.0.0",
|
||||
"coverage[toml] >= 6.5.0,<7.0",
|
||||
"coverage[toml] >= 6.5.0,< 8.0",
|
||||
"mypy ==0.982",
|
||||
"ruff ==0.0.138",
|
||||
"black == 22.10.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue