From 759fbb560aa21b5df59e1d770d4c7a853f6c2aba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 20:43:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20pytest-cov=20to?= =?UTF-8?q?=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 ccc49c9..74f75f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2381,14 +2381,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] @@ -3256,4 +3256,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "6a47b4610e2f8c807c5fc864f6a85e86e7535093b953b5284efb7d438fe5caa5" +content-hash = "f98de7224f7c3fb4bb2aba16aa790584061003e6336b8981bb1cc500125b8ee4" diff --git a/pyproject.toml b/pyproject.toml index 4befb1f..e2a06fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,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.15.5" safety = "3.7.0" types-cachetools = "^5.3.0"