From 20ff1d3bad922a3818680cd88e53a26de6f136f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:03:54 +0000 Subject: [PATCH] Chore(deps): Bump alembic from 1.15.1 to 1.17.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.15.1 to 1.17.0. - [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.0 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 66467c178..215bb5067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "aiohttp-cors==0.8.0", "aiohttp-jinja2==1.6", "aioipfs~=0.7.1", - "alembic==1.15.1", + "alembic==1.17.0", "aleph-message~=1.0.5", "aleph-nuls2==0.1", "aleph-p2p-client @ git+https://github.com/aleph-im/p2p-service-client-python@cbfebb871db94b2ca580e66104a67cd730c5020c",