From 3199d71c705fee0034e17471aea5b69d1b5fa632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:21:49 +0000 Subject: [PATCH] Bump alembic from 1.11.2 to 1.12.1 in /server Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.11.2 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-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index f33e7eb..6eb1d9d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple -alembic==1.11.2; python_version >= '3.7' +alembic==1.12.1; python_version >= '3.7' blinker==1.6.2; python_version >= '3.7' certifi==2023.7.22; python_version >= '3.6' charset-normalizer==3.2.0; python_full_version >= '3.7.0'