From 3b73dd39d78b8144c28427dafbbf867bcf588cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 07:45:25 +0000 Subject: [PATCH] Chore(deps): Bump sqlalchemy[mypy] from 1.4.52 to 2.0.41 Bumps [sqlalchemy[mypy]](https://github.com/sqlalchemy/sqlalchemy) from 1.4.52 to 2.0.41. - [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[mypy] dependency-version: 2.0.41 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7779d122..9bcff9d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "sentry-sdk==2.23.1", "setproctitle==1.3.5", "setuptools>=70.3", - "sqlalchemy[mypy]==1.4.52", + "sqlalchemy[mypy]==2.0.41", "sqlalchemy-utils==0.41.2", "substrate-interface==1.7.11", "types-aiofiles==24.1.0.20241221",