]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Update internal dependency pytest-cov requirement from <4.0.0,>=2.12.0 to >=2.12...
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 31 Oct 2022 17:09:45 +0000 (17:09 +0000)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 17:09:45 +0000 (17:09 +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 35bd816d316e57aa70c8a4fa2a72cd189fe70d6b..81d3512853edf0ed53677a5c82e2b9eab8ad85af 100644 (file)
@@ -50,7 +50,7 @@ Documentation = "https://fastapi.tiangolo.com/"
 [project.optional-dependencies]
 test = [
     "pytest >=7.1.3,<8.0.0",
-    "pytest-cov >=2.12.0,<4.0.0",
+    "pytest-cov >=2.12.0,<5.0.0",
     "mypy ==0.982",
     "flake8 >=3.8.3,<6.0.0",
     "black == 22.8.0",