Skip to content

Commit 881bcad

Browse files
chore(deps-dev): update coverage requirement from 7.9.0 to 7.9.1
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.0...7.9.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.9.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 553368b commit 881bcad

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 = "3.3.7"
2222
flake8 = "7.2.0"
2323
flake8-pytest-style = "2.1.0"
2424
ruff = "0.11.13"
25-
coverage = "7.9.0"
25+
coverage = "7.9.1"
2626
black = "25.1.0"
2727
mypy = "1.16.0"
2828
bandit = "1.8.3"

0 commit comments

Comments
 (0)