From 8ab4a836d691cdebd1a441ca5a165e9362ca90c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 01:42:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st-cov=20to=20v7.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index edd3e8e0..9793af1b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2305,14 +2305,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "7.0.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, - {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, + {file = "pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678"}, + {file = "pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2"}, ] [package.dependencies] @@ -3105,4 +3105,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "12d53beb11c4fb2c04b78c2e22a9342aa8e2a2203c71bae8861b8a04c5270fdb" +content-hash = "60455619cb57d15537cd6e5e4795120043c936b8920820a5f33815eeb331aff6" diff --git a/pyproject.toml b/pyproject.toml index 21f4d3a5..393728dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pre-commit-hooks = "6.0.0" pylint = "4.0.5" pytest = "9.0.2" pytest-asyncio = "1.3.0" -pytest-cov = "7.0.0" +pytest-cov = "7.1.0" ruff = "0.13.3" safety = "3.7.0" types-cachetools = "^5.3.0"