From ddcb6cca1607da100fe4cc526e51b67cf12d148f Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Mon, 13 May 2024 14:09:08 +0000 Subject: [PATCH] Update dependency dev/pytest-cov to v5 --- pdm.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pdm.lock b/pdm.lock index 7c73164b..fdaf505a 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:4bdc0375611bc9ba3932c4cc26c4623f329dd42d3b3f8042b52174a8287e0cfd" +content_hash = "sha256:745e26baabd702b2a66ebb0dd11ec65954b233e21fff33e3fc4ae75110fff14b" [[package]] name = "alabaster" @@ -834,8 +834,8 @@ files = [ [[package]] name = "pytest-cov" -version = "4.1.0" -requires_python = ">=3.7" +version = "5.0.0" +requires_python = ">=3.8" summary = "Pytest plugin for measuring coverage." groups = ["dev"] dependencies = [ @@ -843,8 +843,8 @@ dependencies = [ "pytest>=4.6", ] 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]] diff --git a/pyproject.toml b/pyproject.toml index 3eb56ee4..f2bf74d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ optional-dependencies.dev = [ "ipdb==0.13.13", "mypy==1.10.0", "pandas-stubs==2.2.1.240316", - "pytest-cov==4.1.0", + "pytest-cov==5.0.0", "pytest-random-order==1.1.1", "pytest-xdist==3.6.1", "pytest==8.1.1",