From 0f9e1367ae72aff17f2200427426c737ddc7a46b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 00:05:23 +0000 Subject: [PATCH] refactor(deps): update dependency pytest-cov to v6 --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 32412e5..5a0cf5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1107,18 +1107,19 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-cov" -version = "5.0.0" +version = "6.3.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, - {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, + {file = "pytest_cov-6.3.0-py3-none-any.whl", hash = "sha256:440db28156d2468cafc0415b4f8e50856a0d11faefa38f30906048fe490f1749"}, + {file = "pytest_cov-6.3.0.tar.gz", hash = "sha256:35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2"}, ] [package.dependencies] -coverage = {version = ">=5.2.1", extras = ["toml"]} -pytest = ">=4.6" +coverage = {version = ">=7.5", extras = ["toml"]} +pluggy = ">=1.2" +pytest = ">=6.2.5" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] @@ -1469,4 +1470,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "af1c9e1ed4b8552c659d396e2eaa355d3627caf7eb048fe14cc69da9130c6823" +content-hash = "0408f230ccea1375ca5258378bb509551cf3f03d49cf3ec32d2b1b9f66e39f3f" diff --git a/pyproject.toml b/pyproject.toml index c921556..90c0ebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ nuitka = "^2.1.3" pre-commit = "^4.0.0" pylint = "^3.0.0" pytest = "^8.1.1" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" pytest-mock = "^3.11.1" [tool.poetry.scripts]