From ff915076686d82ff3844b6a0949fd5ea3bb9d943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:07:58 +0000 Subject: [PATCH] chore(py-deps): bump alembic in /services/python/payment-gateway-service Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.1 to 1.18.5. - [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.18.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/python/payment-gateway-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/python/payment-gateway-service/requirements.txt b/services/python/payment-gateway-service/requirements.txt index 8fd92baa..1a25a743 100644 --- a/services/python/payment-gateway-service/requirements.txt +++ b/services/python/payment-gateway-service/requirements.txt @@ -7,7 +7,7 @@ pydantic-settings==2.1.0 # Database sqlalchemy==2.0.23 -alembic==1.12.1 +alembic==1.18.5 psycopg2-binary==2.9.9 # HTTP client