We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00eae7e commit 6eeaa39Copy full SHA for 6eeaa39
1 file changed
pyproject.toml
@@ -64,7 +64,7 @@ version = {attr = "diffannotator.config.__version__"}
64
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata
65
[project.optional-dependencies]
66
dev = [
67
- "pytest==8.4.2",
+ "pytest==9.0.2", # includes 'subtests' since version 9.0.0
68
"pytest-benchmark==5.2.3",
69
"pytest-clarity==1.0.1",
70
]
0 commit comments