Skip to content

Commit b294425

Browse files
chore: bump pytest-cov from 5.0.0 to 7.0.0
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>
1 parent 9491e62 commit b294425

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ exclude_lines = [
144144
[dependency-groups]
145145
test = [
146146
"pytest<9.0.0,>=8.0.0",
147-
"pytest-cov<6.0.0,>=5.0.0",
147+
"pytest-cov>=5.0.0,<8.0.0",
148148
"pytest-asyncio<1.0.0,>=0.26.0",
149149
"freezegun>=1.5.3",
150150
]

uv.lock

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

0 commit comments

Comments
 (0)