diff --git a/poetry.lock b/poetry.lock index fbeca33..7d0d002 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "authlib" @@ -777,12 +777,12 @@ files = [ [[package]] name = "mutmut" -version = "2.4.4" +version = "2.4.5" 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.4.5.tar.gz", hash = "sha256:cd4455074569fb7b66720b6ecf262a08c6fec13689beb4efe528388f596ab52d"}, ] [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 = "2046eef73b3e30d8e83282ec7f6292cc5093c36329160e956a517321fcff94e5" +content-hash = "ccd8140be400a6b2a1338b5c41f36a80b247a08572d378f47c78538fa22640a9" diff --git a/pyproject.toml b/pyproject.toml index 125a61e..de93d5d 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.4.5" junit2html = "^30.1.6" [tool.poetry.dev-dependencies]