From f8938470af7c192e161b001bd8ceb858d00e75da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:44:21 +0000 Subject: [PATCH] Bump alembic from 1.12.0 to 1.12.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.0 to 1.12.1. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index 231ced13619f..4feb79283ab2 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -14,7 +14,7 @@ aiohttp==3.8.6 # openai aiosignal==1.3.1 # via aiohttp -alembic==1.12.0 +alembic==1.12.1 # via -r requirements-base.in anyio==3.7.1 # via