Skip to content

Commit b359d38

Browse files
Bump pytest-cov from 5.0.0 to 6.0.0 (#1426)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development 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 8792712 commit b359d38

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ backports-strenum = { version = "^1.2.4", python = "<3.11" }
2525
[tool.poetry.group.dev.dependencies]
2626
tox = "^4.17.1"
2727
pytest = "^8.3.2"
28-
pytest-cov = "^5.0.0"
28+
pytest-cov = ">=5,<7"
2929
pre-commit = ">=3.8,<5.0"
3030
black = "^24.8.0"
3131
pylint = "^3.2.6"

0 commit comments

Comments
 (0)