From a413ab0cd725849dd9e8d1b2e95d49aaadc7f1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 06:12:05 +0000 Subject: [PATCH] Bump alembic from 1.6.5 to 1.7.6 Bumps [alembic](https://alembic.sqlalchemy.org) from 1.6.5 to 1.7.6. --- 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 4bd3142..b6eabcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ asyncpg==0.23.0 numpy==1.20.3 more-itertools==8.8.0 emoji==1.2.0 -alembic==1.6.5 +alembic==1.7.6 psycopg2==2.9.1 feedparser==6.0.2 wheel==0.36.2