diff --git a/setup.py b/setup.py index ec418cf..2f1d1b2 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'test': [ 'mypy==1.8.0', - 'pytest>=6,<8', + 'pytest>=8,<9', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*', 'ruff==0.1.9',