Skip to content

Commit ad719c5

Browse files
chore(deps-dev): update coverage requirement from 7.6.0 to 7.6.1
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.0...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ba4cde commit ad719c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ xml-validation = ["lxml"]
8282

8383
[tool.poetry.group.dev.dependencies]
8484
ddt = "1.7.2"
85-
coverage = "7.6.0"
85+
coverage = "7.6.1"
8686
flake8 = { version="7.1.1", python=">=3.8.1" }
8787
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
8888
flake8-bugbear = { version="24.4.26", python=">=3.8.1" }

0 commit comments

Comments
 (0)