diff --git a/setup.py b/setup.py index 4563e26..15e2d5d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'test': [ 'mypy==1.9.0', - 'pytest>=6,<8', + 'pytest>=8,<9', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*', 'ruff==0.3.0',