From 1d6beab97d5e5f63030fcd501e7b18bff4b7f89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:25:52 +0000 Subject: [PATCH] Bump alembic from 1.18.3 to 1.18.4 in /server Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.18.3 to 1.18.4. - [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.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 632d64d0..cb7fec8a 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ marshmallow-sqlalchemy>=1.4.0 tornado-prometheus==0.1.2 bcrypt==4.3.0 anytree==2.13.0 -alembic==1.18.3 +alembic==1.18.4 marshmallow<5 pyjwt[crypto]==2.11.0 setuptools==80.10.2