From 06d31afb30a637c59faa005b50b4544f1a39f52d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:39:04 +0000 Subject: [PATCH] Update dependency pytest-cov to v6 --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3b42174..9b3f7ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1678,21 +1678,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-cov" -version = "4.1.0" +version = "6.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, - {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, + {file = "pytest-cov-6.0.0.tar.gz", hash = "sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0"}, + {file = "pytest_cov-6.0.0-py3-none-any.whl", hash = "sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35"}, ] [package.dependencies] -coverage = {version = ">=5.2.1", extras = ["toml"]} +coverage = {version = ">=7.5", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "python-dateutil" @@ -2125,4 +2125,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "9a0c3233cf69630d9947cb6ada62e9024eeac6b7c2e14c10920783c2750a4823" +content-hash = "f0d6b1a0d67607cb0708fa9a9028cfae0a14b8875a2dc8216569e54f2504fa3b" diff --git a/pyproject.toml b/pyproject.toml index 2579f65..c8dd92c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ matplotlib = "^3.9.2" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" -pytest-cov = "^4.0.0" +pytest-cov = "^6.0.0" deptry = "^0.21.0" mypy = "^1.5.1" pre-commit = "^3.4.0"