From 04bead6c315d0bbf51df45f611bcc62852eb1d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:06:02 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy in the runtime-dependencies group Bumps the runtime-dependencies group with 1 update: [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy). Updates `sqlalchemy` from 2.0.50 to 2.0.51 - [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.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3ad84a..917db9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "inflection>=0.3.1", "singer-python>=5.0.12", - "sqlalchemy==2.0.50", + "sqlalchemy==2.0.51", ] optional-dependencies.dev = [ "pytest>=9",