From 1a852e7afcc7a726dca4d554ff7be36244d3d9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 17:01:01 +0000 Subject: [PATCH] Update alembic requirement from ~=0.9.8 to ~=1.7.6 Updates the requirements on [alembic](https://alembic.sqlalchemy.org) to permit the latest version. --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 449e67e..64a215f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -alembic~=0.9.8 +alembic~=1.7.6 astroid~=2.4.0 blinker~=1.4 click~=7.1