From 75a761c4cf841fec1f5507be0653d6465fde338b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:48:18 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.23 to 2.0.17 in /app Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.23 to 2.0.17. - [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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 069495d..474b35e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,5 +6,5 @@ itsdangerous==2.0.1 Jinja2==3.0.1 jsonpickle==2.0.0 MarkupSafe==2.0.1 -SQLAlchemy==1.4.23 +SQLAlchemy==2.0.17 Werkzeug==2.0.1