Skip to content

Commit 221fa66

Browse files
build(deps-dev): update pytest-cov requirement from ~=6.0 to ~=7.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f86a4ab commit 221fa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
"ruff~=0.8.4",
5252
"boto3-stubs~=1.42.13",
5353
"pytest~=9.0",
54-
"pytest-cov~=6.0",
54+
"pytest-cov~=7.0",
5555
"pytest-env~=1.1",
5656
"moto~=5.1.18",
5757
"esbonio~=0.16.0",

0 commit comments

Comments
 (0)