From ff623fdea6f587ace277e05d6f32ded25ec1b9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:12:19 +0000 Subject: [PATCH] build(deps): bump sqlalchemy from 1.4.45 to 2.0.25 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.45 to 2.0.25. - [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 129aa18f9..fee33b538 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -6,7 +6,7 @@ asyncpgsa==0.27.1 bcrypt==4.0.1 pytoml==0.1.21 redis==5.0.1 -sqlalchemy==1.4.45 +sqlalchemy==2.0.25 # testing pytest==7.4.3