From 9b265b0a9d8ff51272b8d81928c3780660824295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:28:02 +0000 Subject: [PATCH] deps(deps-dev): update mutmut requirement from ~=3.3 to ~=3.5 Updates the requirements on [mutmut](https://github.com/boxed/mutmut) to permit the latest version. - [Changelog](https://github.com/boxed/mutmut/blob/main/HISTORY.rst) - [Commits](https://github.com/boxed/mutmut/commits) --- updated-dependencies: - dependency-name: mutmut dependency-version: 3.5.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 c01fb18..6bbea96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "types-PyYAML~=6.0", "types-aiofiles~=25.1", "pre-commit~=4.5", - "mutmut~=3.3", + "mutmut~=3.5", "radon~=6.0", "import-linter~=2.0", ]