From 35f294c3748fdea20622ff4b2c06700e45fd26e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:04:23 +0000 Subject: [PATCH] Bump alembic from 1.9.3 to 1.9.4 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.3 to 1.9.4. - [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-patch ... 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 30fe98a..fdefce3 100644 --- a/app_worker/requirements.txt +++ b/app_worker/requirements.txt @@ -1,4 +1,4 @@ PyYAML==6.0 -alembic==1.9.3 +alembic==1.9.4 python-dotenv==0.21.1 yt-dlp