diff --git a/tests/pyproject.toml b/tests/pyproject.toml index d61b801..8cde9cf 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.0" requires-python = ">=3.11" dependencies = [ "pytest>=8", - "syrupy>=4", + "syrupy>=5.5.3", "sqlalchemy>=2", ]