From 21154c097b124f54eb412a67d2ae6ca0acbcb5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 09:59:10 +0000 Subject: [PATCH] Bump alembic from 1.9.0 to 1.10.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.0 to 1.10.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 570c59e..618a1e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Flask_SQLAlchemy==2.5.1 SQLAlchemy==1.4.40 -alembic==1.9.0 +alembic==1.10.1 Flask_Login==0.6.0 Flask_Testing==0.8.1 Flask==2.0.2