Skip to content

Commit c12670a

Browse files
chore(deps-dev): update coverage requirement from ~=7.4 to ~=7.5 (#2432)
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.4.0...7.5.0) --- updated-dependencies: - dependency-name: coverage 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 65d9aaf commit c12670a

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
@@ -4,7 +4,7 @@ pytest~=8.1.1
44
pytest-asyncio~=0.23.3
55
# pytest-order~=1.0.1
66
mypy~=1.10.0
7-
coverage~=7.4
7+
coverage~=7.5
88
pre-commit==3.5.0
99
codespell==2.2.6
1010
bandit==1.7.8

0 commit comments

Comments
 (0)