diff --git a/pyproject.toml b/pyproject.toml index a596376..55a8d5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Source = "https://github.com/efiop/sqltrie" [project.optional-dependencies] tests = [ "pyinstaller", - "pytest>=7,<9", + "pytest>=7,<10", "pytest-benchmark", "pytest-cov>=4.1.0", "pytest-mock",