diff --git a/pyproject.toml b/pyproject.toml index fc51c5a..5078ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,10 +43,10 @@ dynamic = ["version"] [project.optional-dependencies] lint = [ "mypy==1.*", - "pytest==7.*", + "pytest>=7,<9", ] test = [ - "pytest==7.*", + "pytest>=7,<9", "pytest-cov", ]