Skip to content

Commit 5891fe3

Browse files
build(deps-dev): bump pytest-cov from 7.0.0 to 7.1.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77d5139 commit 5891fe3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 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
@@ -49,7 +49,7 @@ exclude = [
4949
[tool.poetry.group.dev.dependencies]
5050
pytest = ">=6.2.2"
5151
coverage = {extras = ["toml"], version = ">=6.5"}
52-
pytest-cov = ">=4.0"
52+
pytest-cov = ">=7.1.0"
5353
pylint = ">=3"
5454
black = ">=22.10"
5555
mypy = "^1.19.1"

0 commit comments

Comments
 (0)