From c4b13e5d129cf4df67acaaca06ba5b150c403f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:34:26 +0000 Subject: [PATCH] Update coverage[toml] requirement from ~=7.5.4 to ~=7.6.0 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](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34a01f67f..909ca768b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ sphinx = [ ] pytest = ["pytest >= 8"] test = [ - "coverage [toml] ~= 7.5.4", + "coverage [toml] ~= 7.6.0", "pytest ~= 8.2.2", # More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html "pytest-cases ~= 3.8.3",