From 842a6a6ee05c9544c7eb814e55603ae015d4cad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 03:11:10 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.13.1 to 1.13.2 in /backend Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.1 to 1.13.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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 77585a2f2..105859921 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ passlib[bcrypt]==1.7.4 requests==2.32.3 aiohttp==3.9.5 sqlalchemy==2.0.30 -alembic==1.13.1 +alembic==1.13.2 peewee==3.17.5 peewee-migrate==1.12.2 psycopg2-binary==2.9.9