Skip to content

Commit 2449c7c

Browse files
dependabot[bot]kdeldycke
authored andcommitted
Update coverage[toml] requirement from ~=7.9.1 to ~=7.10.1
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.9.1...7.10.1) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb7d9f3 commit 2449c7c

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
@@ -107,7 +107,7 @@ dependencies = [
107107
[project.optional-dependencies]
108108
test = [
109109
"click-extra [pytest] ~= 5.0.2",
110-
"coverage [toml] ~= 7.9.1",
110+
"coverage [toml] ~= 7.10.1",
111111
"pytest ~= 8.4.0",
112112
"pyyaml ~= 6.0.0",
113113
# More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html

0 commit comments

Comments
 (0)