diff --git a/pyproject.toml b/pyproject.toml index 17771ba..af5cc7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ docs = [ "mkdocstrings-python>=1.6.3,<2" ] tests = [ - "pytest>=7,<9", + "pytest>=7,<10", "pytest-cov>=4.1.0", "pytest-sugar", "pytest-mock"