From fe57adc0e288fab8e43b90a271add1f1e4f885b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:44:32 +0000 Subject: [PATCH] :arrow_up: Bump sqlalchemy from 2.0.25 to 2.0.26 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.25 to 2.0.26. - [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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29b2d65..5b5e5a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi[all]==0.109.1 Authlib==1.3.0 -SQLAlchemy==2.0.25 +SQLAlchemy==2.0.26 psycopg2==2.9.9 python-jose==3.3.0 passlib[bcrypt]==1.7.4