From 92692c2b68cea53042ba0ede1826c93931295ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 06:08:09 +0000 Subject: [PATCH] Bump alembic from 1.6.5 to 1.7.7 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.6.5 to 1.7.7. - [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 4bd3142..8dbd49e 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.7 psycopg2==2.9.1 feedparser==6.0.2 wheel==0.36.2