From fe5029df8063b41ee14feb751f17ded0e9cd3669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:10:18 +0000 Subject: [PATCH] Bump alembic from 1.9.1 to 1.9.2 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.1 to 1.9.2. - [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] --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 47bcf67..b07aa73 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -1,4 +1,4 @@ PyYAML==6.0 -alembic==1.9.1 +alembic==1.9.2 python-dotenv==0.21.0 yt-dlp