From bc694068cff04de376c930d21963d1506574e81e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:17:15 +0000 Subject: [PATCH] Update dependency pytest-cov to v5 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 635e326..d7ab0a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,13 +735,13 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "4.1.0" +version = "5.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, - {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, + {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, + {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, ] [package.dependencies] @@ -749,7 +749,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "python-dateutil" @@ -975,4 +975,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "1e6cb34c33cb0b52bce8bb7337b90e11b1ca72bd4d7cda0dce0d66cd4a323801" +content-hash = "3922eb2fbd21fa769272ca8912f2bfa6b8244db64194a2bb4a14959faf9b9b9b" diff --git a/pyproject.toml b/pyproject.toml index ce73b8a..d73a6c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ types-paho-mqtt = "^1.6.0.20240106" pytest = "^8.0.0" pytest-asyncio = "^0.23.4" freezegun = "^1.2.2" -pytest-cov = "^4.1.0" +pytest-cov = "^5.0.0" flake8 = "^7.0.0" flake8-pyproject = "^1.2.3" coverage = {extras = ["toml"], version = "^7.3.2"}