Skip to content

Commit 68d11ae

Browse files
Update pytest-cov requirement from >= 2.8.1 to >=5.0.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v2.8.1...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95b6fd1 commit 68d11ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ typing-extensions = ">= 4.7.1"
1919

2020
[tool.poetry.dev-dependencies]
2121
pytest = ">=8.3.5"
22-
pytest-cov = ">= 2.8.1"
22+
pytest-cov = ">=5.0.0"
2323
tox = ">= 3.9.0"
2424
flake8 = ">= 4.0.0"
2525
types-python-dateutil = ">= 2.8.19.14"

0 commit comments

Comments
 (0)