From 1dbad58380ead9ce25da23bca38e8ce1398940f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 10:33:04 +0000 Subject: [PATCH] Chore(deps): Bump sqlalchemy from 2.0.49 to 2.0.50 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.49 to 2.0.50. - [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.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25e8cbd6e..7fa9d572e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "sentry-sdk==2.58.0", "setproctitle==1.3.7", "setuptools>=70.3", - "sqlalchemy[mypy]==2.0.49", + "sqlalchemy[mypy]==2.0.50", "sqlalchemy-utils==0.42.1", "substrate-interface==1.8.1", "types-aiofiles==25.1.0.20260409",