Skip to content

Commit d434312

Browse files
golorodenclaude
andauthored
chore: bump pytest to 9.0.0 and pytest-asyncio to 1.3.0 (#165)
Fix dependency conflict where pytest-asyncio 1.2.0 only supports pytest<9. Updated pytest-asyncio to 1.3.0 which is compatible with pytest 9.x (requires pytest<10,>=8.2). Co-authored-by: Claude <[email protected]>
1 parent ca69441 commit d434312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies = [
1414

1515
[dependency-groups]
1616
dev = [
17-
"pytest==8.4.2",
17+
"pytest==9.0.0",
1818
"pytest-timeout==2.4.0",
19-
"pytest-asyncio==1.2.0",
19+
"pytest-asyncio==1.3.0",
2020
"pytest-cov==7.0.0",
2121
"ruff==0.14.4",
2222
"bandit==1.8.6",

0 commit comments

Comments
 (0)