From 757cc21d4381c7c2472a42534a9f91fe28226654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:38:42 +0000 Subject: [PATCH] Chore(deps): Bump sqlalchemy[mypy] from 1.4.52 to 2.0.40 Bumps [sqlalchemy[mypy]](https://github.com/sqlalchemy/sqlalchemy) from 1.4.52 to 2.0.40. - [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 7779d122..2e2b8e6d 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.40", "sqlalchemy-utils==0.41.2", "substrate-interface==1.7.11", "types-aiofiles==24.1.0.20241221",