Skip to content

Commit 9da7cf9

Browse files
chore(deps-dev): Update coverage requirement from ~=7.0 to ~=7.1 (#1895)
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.0.0...7.1.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9e8341 commit 9da7cf9

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~=7.2.1
44
pytest-asyncio~=0.20.3
55
# pytest-order~=1.0.1
66
mypy~=0.991
7-
coverage~=7.0
7+
coverage~=7.1
88
pre-commit==3.0.1
99
codespell==2.2.2
1010
bandit==1.7.4

0 commit comments

Comments
 (0)