From 27907f4da662451c9e6b56193d6e2ae45fb93895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:58:02 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.45 to 2.0.36 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.45 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-major ... Signed-off-by: dependabot[bot] --- demos/blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/blog/requirements.txt b/demos/blog/requirements.txt index 8c6a86c6..fe2ee48a 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -6,7 +6,7 @@ asyncpgsa==0.27.1 bcrypt==4.1.3 pytoml==0.1.21 redis==5.1.1 -sqlalchemy==1.4.45 +sqlalchemy==2.0.36 # testing pytest==8.1.1