From 5df6a93ecc42ee5669049d86ec6a87c9a7cc79bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 02:36:53 +0000 Subject: [PATCH] chore(deps-dev): Update coverage requirement from 7.9.2 to 7.10.4 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.9.2...7.10.4) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.4 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 2995129e..ba7253a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ chardet = "^5.1" [tool.poetry.group.dev.dependencies] # pin to exact versions, if the tool/lib/plugin is process-relevant -coverage = "7.9.2" +coverage = "7.10.4" ddt = "1.7.2" flake8 = "7.3.0" flake8-annotations = "3.1.1"