From 5132a53371b34a6c7b5c32d8885a7c4af2025e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:23:43 +0000 Subject: [PATCH] Bump alembic from 1.11.3 to 1.12.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.11.3 to 1.12.0. - [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] --- app_worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_worker/requirements.txt b/app_worker/requirements.txt index f3a5213..ffd3a62 100644 --- a/app_worker/requirements.txt +++ b/app_worker/requirements.txt @@ -1,3 +1,3 @@ -alembic==1.11.3 +alembic==1.12.0 python-dotenv==1.0.0 yt-dlp