Skip to content

Commit 6eeaa39

Browse files
committed
pyproject.toml: Update pytest to 9.x (with subtests) in [dev]
1 parent 00eae7e commit 6eeaa39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ version = {attr = "diffannotator.config.__version__"}
6464
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata
6565
[project.optional-dependencies]
6666
dev = [
67-
"pytest==8.4.2",
67+
"pytest==9.0.2", # includes 'subtests' since version 9.0.0
6868
"pytest-benchmark==5.2.3",
6969
"pytest-clarity==1.0.1",
7070
]

0 commit comments

Comments
 (0)