From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:09:45 +0000 (+0000) Subject: ⬆ Update internal dependency pytest-cov requirement from <4.0.0,>=2.12.0 to >=2.12... X-Git-Tag: 0.85.2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2623a06105d152829ce9bc8197eaecfad68e91fe;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Update internal dependency pytest-cov requirement from <4.0.0,>=2.12.0 to >=2.12.0,<5.0.0 (#5539) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez --- diff --git a/pyproject.toml b/pyproject.toml index 35bd816d31..81d3512853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",