From 6272406b1c48fa7748b7a53c403f2274b4b5e902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:23:48 +0000 Subject: [PATCH] Bump alembic from 1.13.2 to 1.13.3 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.2 to 1.13.3. - [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] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index e215aaee..b187509d 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -29,7 +29,7 @@ ipython==8.27.0 sympy==1.5.1 # Database -alembic==1.13.2 +alembic==1.13.3 SQLAlchemy==2.0.35 Flask-SQLAlchemy==3.1.1 psycopg2-binary==2.9.9