From cf65f16209fc4326643c3f29d75d20ac151ba7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:41:24 +0000 Subject: [PATCH] deps(deps): bump alembic from 1.12.1 to 1.16.5 in /ai-agent Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.1 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-minor ... Signed-off-by: dependabot[bot] --- ai-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-agent/requirements.txt b/ai-agent/requirements.txt index 103c1cf..c300a7b 100644 --- a/ai-agent/requirements.txt +++ b/ai-agent/requirements.txt @@ -5,7 +5,7 @@ redis==5.0.1 psycopg2-binary==2.9.7 asyncpg==0.29.0 sqlalchemy==2.0.23 -alembic==1.12.1 +alembic==1.16.5 pydantic>=2.11.7 pydantic-settings>=2.6.1 python-multipart>=0.0.9