From 902e79ede6569afbc66be55d6471fdfc1d8ca845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:09:23 +0000 Subject: [PATCH] Update coverage requirement from ==7.4.4 to ==7.5.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.4.4...7.5.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 c135499a..e8ff3587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest = "*" pytest-cov = "*" pytest-watch = "*" pytest-flake8 = "*" -coverage = "==7.4.4" +coverage = "==7.5.0" pdoc = "^14" more-itertools = "~=10.2.0" pre-commit = "==v3.7.0"