Skip to content

Commit aaea23d

Browse files
Update pytest-cov requirement in the pip group (#5)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abefa12 commit aaea23d

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
@@ -33,7 +33,7 @@ dynamic = ["version"]
3333
[project.optional-dependencies]
3434
dev = [
3535
"pytest>=9.0.0,<10",
36-
"pytest-cov>=6.0.0,<7"
36+
"pytest-cov>=6.0.0,<8"
3737
]
3838

3939
[project.scripts]

0 commit comments

Comments
 (0)