From 7639e992b25a74a1bd096addd6da2aeebe2c96da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:20:42 +0000 Subject: [PATCH] Update coverage requirement from ==7.5.4 to ==7.6.0 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](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8dd7172..06afa4e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest = "*" pytest-cov = "*" pytest-watch = "*" pytest-flake8 = "*" -coverage = "==7.5.4" +coverage = "==7.6.0" pdoc = "^14" more-itertools = "~=10.3.0" pre-commit = "==v3.7.1"