diff --git a/pyproject.toml b/pyproject.toml index fab7e28..a64a4b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dev = [ "ruff~=0.7.0", ] test = [ - "pytest~=7.4.4; python_version<'3.9'", + "pytest~=8.3.3; python_version<'3.9'", "pytest~=8.3.3; python_version>='3.9'", "pytest-asyncio~=0.21.2", "pytest-cov~=5.0.0; python_version<'3.9'",