Skip to content

Commit 6b28961

Browse files
chore(deps-dev): bump pytest-cov from 5.0.0 to 7.0.0 (#8)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 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 f220c0a commit 6b28961

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

poetry.lock

Lines changed: 9 additions & 8 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
@@ -13,7 +13,7 @@ httpx = "^0.28.1"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
pytest = "^8.2.0"
16-
pytest-cov = "^5.0.0"
16+
pytest-cov = "^7.0.0"
1717
ruff = "^0.5.6"
1818
black = "^25.1.0"
1919
mypy = "^1.10.0"

0 commit comments

Comments
 (0)