diff --git a/tests/pyproject.toml b/tests/pyproject.toml index f88eeb8..81b5a3b 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.11" dependencies = [ "pytest>=9.1.1", "syrupy>=5.5.3", - "sqlalchemy>=2.0.51", + "sqlalchemy>=2.0.52", ] [tool.pytest.ini_options]