8000 pytest: set 8.1.0 as the minimum version · python/mypy@afec3a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit afec3a9

Browse files
committed
pytest: set 8.1.0 as the minimum version
1 parent ba0c40e commit afec3a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lxml>=4.9.1,<4.9.3; (python_version<'3.11' or sys_platform!='win32') and python_
1111
pre-commit
1212
pre-commit-hooks==4.5.0
1313
psutil>=4.0
14-
pytest>=7.4.0
14+
pytest>=8.1.0
1515
pytest-xdist>=1.34.0
1616
pytest-cov>=2.10.0
1717
ruff==0.2.0 # must match version in .pre-commit-config.yaml

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ platformdirs==3.11.0
4444
# via
4545
# black
4646
# virtualenv
47-
pluggy==1.3.0
47+
pluggy==1.4.0
4848
# via pytest
4949
pre-commit==3.5.0
5050
# via -r test-requirements.in
5151
pre-commit-hooks==4.5.0
5252
# via -r test-requirements.in
5353
psutil==5.9.6
5454
# via -r test-requirements.in
55-
pytest==7.4.2
55+
pytest==8.1.1
5656
# via
5757
# -r test-requirements.in
5858
# pytest-cov

0 commit comments

Comments
 (0)
0