From c0577ee67e116101c93a507de15e0800f6c22420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:23:59 +0000 Subject: [PATCH] build(deps-dev): bump mutmut from 3.7.0 to 3.8.0 Bumps [mutmut](https://github.com/boxed/mutmut) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/boxed/mutmut/releases) - [Changelog](https://github.com/boxed/mutmut/blob/main/HISTORY.rst) - [Commits](https://github.com/boxed/mutmut/compare/3.7.0...3.8.0) --- updated-dependencies: - dependency-name: mutmut dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8716b23..8561f68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ dev = [ { include-group = "lint" }, ] mutation = [ - "mutmut==3.7.0", + "mutmut==3.8.0", ] [tool.hatch.version]