Skip to content

Commit 97c551f

Browse files
Update coverage[toml] requirement from ~=7.6 to ~=7.8 (#289)
Updates the requirements on [coverage[toml]](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.6.0...7.8.0) --- updated-dependencies: - dependency-name: coverage[toml] 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 01a6afd commit 97c551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# code quality
44
autopep8~=2.3
55
black[jupyter]~=24.10
6-
coverage[toml]~=7.6
6+
coverage[toml]~=7.8
77
pip-audit~=2.7
88
pycodestyle~=2.12
99
pylint~=3.3

0 commit comments

Comments
 (0)