From 92a65a48ef542964c4f97023b96306e859be0b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:31:21 +0000 Subject: [PATCH] build(deps-dev): bump mutmut from 3.2.2 to 3.2.3 Bumps [mutmut](https://github.com/boxed/mutmut) from 3.2.2 to 3.2.3. - [Changelog](https://github.com/boxed/mutmut/blob/main/HISTORY.rst) - [Commits](https://github.com/boxed/mutmut/compare/3.2.2...3.2.3) --- updated-dependencies: - dependency-name: mutmut dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa88d19..67127ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -819,13 +819,13 @@ files = [ [[package]] name = "mutmut" -version = "3.2.2" +version = "3.2.3" description = "mutation testing for Python 3" optional = false python-versions = "*" files = [ - {file = "mutmut-3.2.2-py3-none-any.whl", hash = "sha256:a548b1c443b62c8f1f66a3e601d6d98331d050db8bc47004bb583a0d6c491949"}, - {file = "mutmut-3.2.2.tar.gz", hash = "sha256:db6d2e10c57226cb0525b10aa5e665a34587ae1f212eb521b40c57e97de1d2f6"}, + {file = "mutmut-3.2.3-py3-none-any.whl", hash = "sha256:757e2b12143ba64ea02bf3d8145a856e231bdee4501a32bd7e73aeee9bc5a7f8"}, + {file = "mutmut-3.2.3.tar.gz", hash = "sha256:d45b3460ce72b4657f7ee11ed4f479deddb7bdb0052863b6feb809f596eb0b5c"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.13.1" -content-hash = "4facfbb2a4874ec5b9a58af3750bfcc8b9725777eba49b8b3fbf04a2d5628636" +content-hash = "9cc9284c06c455daeb1a0d62e5fa8c34cbe7e7bd5e3a86836505927b01825cdc" diff --git a/pyproject.toml b/pyproject.toml index 81377e7..0da39d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ Flask = "^3.0.3" spec = "^1.4.1" bandit = "^1.8.2" safety = "^3.2.4" -mutmut = "^3.2.2" +mutmut = "^3.2.3" junit2html = "^31.0.2" pytest-html = "^4.1.1" behave-html-formatter = "^0.9.10"