Skip to content

Commit 4d94ad4

Browse files
build(deps-dev): update pytest-cov requirement from ~=6.0 to ~=7.0 (#194)
* 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> * update uv.lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Ingraham <pingraham@element84.com>
1 parent f86a4ab commit 4d94ad4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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",

uv.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.

0 commit comments

Comments
 (0)