From 749b7c1734d651edd8dae1fa63919b9fe702b2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:16:43 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.24 to 2.0.37 in /backend Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.24 to 2.0.37. - [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/src/requirements_docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index ff5b22d..8e8a195 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -5,6 +5,6 @@ psycopg2-binary==2.9.9 pydantic==2.5.3 python-multipart==0.0.7 python-jose==3.3.0 -SQLAlchemy==2.0.24 +SQLAlchemy==2.0.37 uvicorn==0.25.0