Skip to content

Commit fcaf80b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ examples = [
5353
pre-commit = ["pre-commit ~=4.2"]
5454
testing = [
5555
"pytest ~=8.3",
56-
"pytest-cov ~=6.1",
56+
"pytest-cov >=6.1,<8.0",
5757
"pyyaml ~=6.0",
5858
"requests-mock ~=1.12",
5959
]

0 commit comments

Comments
 (0)