From 8deb51abdbc341247fd3f65744bd5b008cb6bc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:17:09 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.35 to 2.0.36 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.35 to 2.0.36. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy 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..e5520562 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -30,7 +30,7 @@ sympy==1.5.1 # Database alembic==1.13.2 -SQLAlchemy==2.0.35 +SQLAlchemy==2.0.36 Flask-SQLAlchemy==3.1.1 psycopg2-binary==2.9.9