From 850aa9129c90194dfe3776ed2e84ba62ae98484c Mon Sep 17 00:00:00 2001 From: RKIMetadataExchange Date: Mon, 13 May 2024 13:55:12 +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 53c6932b..7caa9721 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:3219770eb44f596dcdbf651549533140bb8bccdd2765a349a1bbc2542c8b5f5f" +content_hash = "sha256:248a9f2915e411598761eab07d2aae3f26e501a65d8d8100f82f4ecf38318f69" [[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 5374cc18..36474a7a 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",