From 0309438dd169d7b7ef3ea49c193d29f53416ecba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:46:47 +0000 Subject: [PATCH] Update coverage requirement from ==7.2.7 to ==7.4.3 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.2.7...7.4.3) --- 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 33e5f55e..d96e1b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest = "*" pytest-cov = "*" pytest-watch = "*" pytest-flake8 = "*" -coverage = "==7.2.7" +coverage = "==7.4.3" pdoc = "^14" more-itertools = "~=10.2.0" pre-commit = "==v3.5.0"