Skip to content

Commit 96ef184

Browse files
Update coverage requirement from ==7.6.8 to ==7.6.10
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](nedbat/coveragepy@7.6.8...7.6.10) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7997f32 commit 96ef184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pytest = "*"
6363
pytest-cov = "*"
6464
pytest-watch = "*"
6565
pytest-flake8 = "*"
66-
coverage = "==7.6.8"
66+
coverage = "==7.6.10"
6767
pdoc = "^15"
6868
more-itertools = "~=10.5.0"
6969
pre-commit = "==v4.0.1"

0 commit comments

Comments
 (0)