From e0991b934e1909fab8644659d8aba229d5dff940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:12:39 +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 c2b0f9544301..3882358fe9e1 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