diff --git a/pyproject.toml b/pyproject.toml index 510af9fd3..4861f4214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "pytest-timeout>=2.1", "pytest-xdist>=3.1", # The pytest extensions aren't compatible with v8 yet. - "pytest==7.4.0", + "pytest==8.4.1", ] type-checking = [ "mypy>=0.991",