Skip to content

Commit 15b56d5

Browse files
committed
Use pytest >= 9
1 parent d6c8bdc commit 15b56d5

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
@@ -31,7 +31,7 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
test = [
34-
"pytest>=7",
34+
"pytest>=9",
3535
"pytest-asyncio>=0.21",
3636
]
3737

0 commit comments

Comments
 (0)