From 6a3c8b7b5478d22f74d591d4841a5c1ddc9f3ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:08:58 +0000 Subject: [PATCH] Bump alembic from 1.12.0 to 1.13.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.0 to 1.13.0. - [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-minor ... 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 57a0608dedb6..d2f7213d29af 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -12,7 +12,7 @@ aiohttp==3.9.1 # via -r requirements-base.in aiosignal==1.3.1 # via aiohttp -alembic==1.12.0 +alembic==1.13.0 # via -r requirements-base.in anyio==3.7.1 # via