From 699783503e7b4a7506480498741e73872313c110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:31:10 +0000 Subject: [PATCH] chore(deps): bump mutmut from 2.4.4 to 2.5.0 Bumps [mutmut](https://github.com/boxed/mutmut) from 2.4.4 to 2.5.0. - [Changelog](https://github.com/boxed/mutmut/blob/master/HISTORY.rst) - [Commits](https://github.com/boxed/mutmut/compare/2.4.4...2.5.0) --- updated-dependencies: - dependency-name: mutmut dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8517d44..f2b750c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -777,12 +777,12 @@ files = [ [[package]] name = "mutmut" -version = "2.4.4" +version = "2.5.0" description = "mutation testing for Python 3" optional = false python-versions = ">=3.7" files = [ - {file = "mutmut-2.4.4.tar.gz", hash = "sha256:babd1ac579a817f94d5b944af70f1c5fee5ed117775be0a13c99b96b96841b23"}, + {file = "mutmut-2.5.0.tar.gz", hash = "sha256:0bb271d60047919db181bebc156b8b4a58013c39518b417cb9739ce693332981"}, ] [package.dependencies] @@ -1552,4 +1552,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "0812610ed9137c13533dc2e9578fc2d84c6f5c4cd4c8911a48858310c118a5b7" +content-hash = "ce13fa6c3d6e72e5eaccd5166d4b2da1c9c8764af269ee5f1c5ed5ba0fc9e200" diff --git a/pyproject.toml b/pyproject.toml index c065c04..05c3bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pytest-cov = "^5.0.0" Flask = "^3.0.2" bandit = "^1.7.8" safety = "^3.0.1" -mutmut = "^2.4.4" +mutmut = "^2.5.0" junit2html = "^30.1.6" [tool.poetry.dev-dependencies]