From f983f790e81a2ca1f515d4d06251c59cdfd161df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:52:33 -0800 Subject: [PATCH] Bump alembic from 1.12.0 to 1.12.1 (#3947) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index 43a72225ab72..284908996da7 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -12,7 +12,7 @@ aiohttp==3.8.6 # via -r requirements-base.in aiosignal==1.3.1 # via aiohttp -alembic==1.12.0 +alembic==1.12.1 # via -r requirements-base.in anyio==3.7.1 # via