From 3a2c1a0ddca140fe9ef9530f74bc6cf68ea2b571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 11:56:37 +0000 Subject: [PATCH] build(deps): Update sqlalchemy requirement in /tests Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]