From 1bf0d6c82957ebcbd9466d8649c998d1ad17ff5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:48:55 +0000 Subject: [PATCH] Update dependency pytest-cov to v7 --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index b662213..a62bfc7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2437,23 +2437,23 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "6.2.1" +version = "7.0.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, - {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, + {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, + {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, ] [package.dependencies] -coverage = {version = ">=7.5", extras = ["toml"]} +coverage = {version = ">=7.10.6", extras = ["toml"]} pluggy = ">=1.2" -pytest = ">=6.2.5" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "python-dateutil" @@ -3725,4 +3725,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "de475fff6de03f7dfa5f07f47c1b27bece7f4a49bb64c2425c3af1a28b2ad9e3" +content-hash = "8286ffab583b5df29acdbb5210df48dcba1a6f3d1093052ac880551250094ea3" diff --git a/pyproject.toml b/pyproject.toml index 87f573a..6753061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ anyio = "^4.10.0" [tool.poetry.group.dev.dependencies] # Testing framework and plugins pytest = "^8.2.2" -pytest-cov = "^6.0.0" +pytest-cov = "^7.0.0" pytest-asyncio = "^1.0.0" # Test data generation polyfactory = "^2.16.0"