From 6f93eaf0751fae182d2a2d09b24e01b0c395f4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 06:42:06 +0000 Subject: [PATCH] build(deps-dev): update coverage requirement from >=7.15.4 to >=7.16.0 Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.4...7.16.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.16.0 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 eeab697..7c66626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ dev = [ "bandit>=1.8", "build>=1.6.0", - "coverage>=7.15.4", + "coverage>=7.16.0", "mypy>=2.3.0", "pip-audit>=2.10.1", "pre-commit>=4.0",