From 2669853b301149063eed76f7bc3f296fb9da9bdf Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 01:18:27 +0000 Subject: [PATCH] Update dependency alembic to v1.20.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- backend/requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-pinned.txt b/backend/requirements-pinned.txt index b5acf709..6a641bbb 100644 --- a/backend/requirements-pinned.txt +++ b/backend/requirements-pinned.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml -o requirements-pinned.txt a2wsgi==1.10.10 # via connexion -alembic==1.19.2 +alembic==1.20.0 # via ibutsu-server (pyproject.toml) amqp==5.3.1 # via kombu