Skip to content

Commit fbff9cc

Browse files
Bump pytest-cov from 6.2.1 to 7.0.0
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] <[email protected]>
1 parent d1ed3af commit fbff9cc

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,<9.0.0",
34-
"pytest-cov<7,>=5",
34+
"pytest-cov>=5,<8",
3535
"pre-commit<5.0,>=3.8",
3636
"pytest-asyncio<1.1.0,>=0.23.8",
3737
"ruff>=0.12.0",

0 commit comments

Comments
 (0)