chore(deps): update dependency pytest-cov to v6

This commit is contained in:
renovate[bot] 2025-05-27 16:34:55 +00:00 committed by Hal
parent 798cf0e5de
commit 63ef17f0ac
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -1065,22 +1065,22 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"]
[[package]] [[package]]
name = "pytest-cov" name = "pytest-cov"
version = "4.1.0" version = "6.1.1"
description = "Pytest plugin for measuring coverage." description = "Pytest plugin for measuring coverage."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.9"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, {file = "pytest_cov-6.1.1-py3-none-any.whl", hash = "sha256:bddf29ed2d0ab6f4df17b4c55b0a657287db8684af9c42ea546b21b1041b3dde"},
{file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, {file = "pytest_cov-6.1.1.tar.gz", hash = "sha256:46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"},
] ]
[package.dependencies] [package.dependencies]
coverage = {version = ">=5.2.1", extras = ["toml"]} coverage = {version = ">=7.5", extras = ["toml"]}
pytest = ">=4.6" pytest = ">=4.6"
[package.extras] [package.extras]
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
[[package]] [[package]]
name = "pytest-mock" name = "pytest-mock"
@ -1567,4 +1567,4 @@ files = [
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "fefe34ed1de86e4c6ded2f61c0dd214fb1bd8c87512ecada2f78b4a13cd87735" content-hash = "3b22e507c2fcaea4759622ac3f59f119bfba5aa937f14e1831f432a8e1ef7f93"

View File

@ -39,7 +39,7 @@ click = "^8.1.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
pytest = "^8.0.0" pytest = "^8.0.0"
pytest-asyncio = "^0.23.0" pytest-asyncio = "^0.23.0"
pytest-cov = "^4.0.0" pytest-cov = "^6.0.0"
pytest-mock = "^3.12.0" pytest-mock = "^3.12.0"
ruff = "^0.11.0" ruff = "^0.11.0"
pre-commit = "^4.0.0" pre-commit = "^4.0.0"