Skip to content

Commit 6f66a7e

Browse files
Bump pytest-cov from 6.2.1 to 7.0.0 (#1832)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.1 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3698adb commit 6f66a7e

File tree

2 files changed

+98
-63
lines changed

2 files changed

+98
-63
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repository = "https://github.com/iMicknl/python-overkiz-api"
3131
dev = [
3232
"tox<5.0.0,>=4.17.1",
3333
"pytest>=8.3.2,<10.0.0",
34-
"pytest-cov<7,>=5",
34+
"pytest-cov>=5,<8",
3535
"pre-commit<5.0,>=3.8",
3636
"pytest-asyncio>=0.23.8,<1.4.0",
3737
"ruff>=0.12.0",

0 commit comments

Comments
 (0)