From 1091c729d6642678dee845e7a14581400f0039a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:29:37 +0000 Subject: [PATCH] chore(deps): bump sqlalchemy from 2.0.0b3 to 2.0.29 in /backend Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.0b3 to 2.0.29. - [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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ff354d9..175dac7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -28,7 +28,7 @@ python-dotenv==1.0.1 python-jose==3.3.0 python-multipart==0.0.9 python-slugify==8.0.4 -SQLAlchemy==2.0.0b3 +SQLAlchemy==2.0.29 transformers==4.38.2 trio==0.25.0 uvicorn==0.28.0