From c832f967c9e007b8fc0a8b952208db6ad82bbfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 09:20:15 +0000 Subject: [PATCH] Chore(deps): Bump sqlalchemy[mypy] from 1.4.52 to 2.0.39 Bumps [sqlalchemy[mypy]](https://github.com/sqlalchemy/sqlalchemy) from 1.4.52 to 2.0.39. - [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-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 1a4f15c1..585b6217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "sentry-sdk==2.23.1", "setproctitle==1.3.5", "setuptools>=70.3", - "sqlalchemy[mypy]==1.4.52", + "sqlalchemy[mypy]==2.0.39", "sqlalchemy-utils==0.41.2", "substrate-interface==1.7.11", "types-aiofiles==24.1.0.20241221",