From 2acff420d34e55d47396977690cf6b872d06b24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:02:23 +0000 Subject: [PATCH] Chore(deps): Bump alembic from 1.15.1 to 1.17.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.15.1 to 1.17.1. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baa267d32..7f0e14542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "aiohttp-cors==0.8.0", "aiohttp-jinja2==1.6", "aioipfs~=0.7.1", - "alembic==1.15.1", + "alembic==1.17.1", "aleph-message~=1.0.5", "aleph-nuls2==0.1", "aleph-p2p-client @ git+https://github.com/aleph-im/p2p-service-client-python@cbfebb871db94b2ca580e66104a67cd730c5020c",