From 0ed7635639a9ec7d9dbe3fe9b989ad003a2824be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:50:35 +0000 Subject: [PATCH] :arrow_up: Bump alembic from 1.12.1 to 1.13.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.12.1 to 1.13.1. - [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 0a72673..bbb6e7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ SQLAlchemy==2.0.23 psycopg2==2.9.9 python-jose==3.3.0 passlib[bcrypt]==1.7.4 -alembic==1.12.1 +alembic==1.13.1 psutil==5.9.7 loguru==0.7.2 \ No newline at end of file