Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 53ffb5d

Browse files
[client] Update dependency pytest-cov to v5 (#596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49adc2a commit 53ffb5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dev =
5353
types-pytz~=2024.1.0.20240203
5454
pre-commit~=3.6.0
5555
pytest-cases~=3.8.0
56-
pytest-cov~=4.1.0
56+
pytest-cov~=5.0.0
5757
pytest_randomly~=3.15.0
5858
pytest~=8.1.1
5959
types-python-dateutil~=2.9.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ isort>=5.10
44
pre-commit~=3.3
55
pytest~=8.1
66
pytest-cases~=3.6
7-
pytest-cov~=4.1
7+
pytest-cov~=5.0
88
pytest_randomly~=3.8
99
types-python-dateutil>=2.8
1010
types-pytz>=2021.3.5

0 commit comments

Comments
 (0)