Skip to content

Commit 71db6f6

Browse files
chore(deps-dev): Update coverage requirement from ~=7.1 to ~=7.2 (#1941)
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.1.0...7.2.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 443af08 commit 71db6f6

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~=1.0.1
7-
coverage~=7.1
7+
coverage~=7.2
88
pre-commit==3.1.0
99
codespell==2.2.2
1010
bandit==1.7.4

0 commit comments

Comments
 (0)