diff --git a/tests/pyproject.toml b/tests/pyproject.toml index d61b801..06f32d4 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -3,7 +3,7 @@ name = "sqlite-predict-tests" version = "0.0.0" requires-python = ">=3.11" dependencies = [ - "pytest>=8", + "pytest>=9.1.1", "syrupy>=4", "sqlalchemy>=2", ]