Skip to content

Commit 63a7c16

Browse files
chore(deps-dev): update coverage requirement from 7.11.3 to 7.12.0 (#605)
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.11.3...7.12.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4edcc4 commit 63a7c16

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
@@ -22,7 +22,7 @@ pylint = "4.0.3"
2222
flake8 = "7.3.0"
2323
flake8-pytest-style = "2.2.0"
2424
ruff = "0.14.5"
25-
coverage = "7.11.3"
25+
coverage = "7.12.0"
2626
black = "25.11.0"
2727
mypy = "1.18.2"
2828
bandit = "1.9.1"

0 commit comments

Comments
 (0)