From b489825024e8e498860c0913a57039221d7c336e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:21:43 +0000 Subject: [PATCH] Bump alembic from 1.16.5 to 1.17.2 in /server Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.5 to 1.17.2. - [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.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 482ae283..db42c301 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.16.5 +alembic==1.17.2 marshmallow<5 pyjwt[crypto]==2.10.1 setuptools==80.9.0 \ No newline at end of file