]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Update coverage[toml] requirement from <7.0,>=6.5.0 to >=6.5.0,<8.0 (#5801)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 7 Jan 2023 17:04:43 +0000 (17:04 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 17:04:43 +0000 (17:04 +0000)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml

index 1983f2e51b95e705cd7328f46e5e4db24b0ecdc7..b29549f5c86835aa3839a23cf801fa5d351b67d1 100644 (file)
@@ -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",