From 3063be736c1b10f6e0b2aa40bbe140f3bf54682f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:45:58 +0000 Subject: [PATCH] Bump alembic from 1.16.4 to 1.16.5 in /server Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.4 to 1.16.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.16.5 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 4c05053c..397673c1 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,6 +6,6 @@ marshmallow-sqlalchemy==0.30.0 tornado-prometheus==0.1.2 bcrypt==4.3.0 anytree==2.13.0 -alembic==1.16.4 +alembic==1.16.5 marshmallow<4 pyjwt[crypto]==2.10.1 \ No newline at end of file