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

Commit cb84a02

Browse files
[client] Update dependency pytest to v8 (#594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe0c1cc commit cb84a02

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
@@ -55,7 +55,7 @@ dev =
5555
pytest-cases~=3.8.0
5656
pytest-cov~=4.1.0
5757
pytest_randomly~=3.15.0
58-
pytest~=7.4.0
58+
pytest~=8.1.1
5959
types-python-dateutil~=2.9.0
6060
wheel~=0.43.0
6161
doc =

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==24.3.0
22
build>=0.7
33
isort>=5.10
44
pre-commit~=3.3
5-
pytest~=7.3
5+
pytest~=8.1
66
pytest-cases~=3.6
77
pytest-cov~=4.1
88
pytest_randomly~=3.8

0 commit comments

Comments
 (0)