Skip to content

Commit 0414f8b

Browse files
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 f50f0ae commit 0414f8b

2 files changed

Lines changed: 71 additions & 71 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lint = [
8282
]
8383
test = [
8484
"coverage[toml]~=7.13.4",
85-
"pytest-cov~=7.0.0",
85+
"pytest-cov>=7.0,<7.2",
8686
"pytest-mock~=3.15.1",
8787
"pytest-timeout~=2.4.0",
8888
"pytest-xdist~=3.8.0",

0 commit comments

Comments
 (0)