From 885b597e576ba0924176587db828a0a5f2ff3063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:42:41 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.14 to 1.3.0 in /users-api Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.14 to 1.3.0. - [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 ... Signed-off-by: dependabot[bot] --- users-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users-api/requirements.txt b/users-api/requirements.txt index be2cb3b..e3f779d 100644 --- a/users-api/requirements.txt +++ b/users-api/requirements.txt @@ -1,6 +1,6 @@ click==6.7 Flask>=1.0.2 -SQLAlchemy==1.2.14 +SQLAlchemy==1.3.0 psycopg2-binary==2.7.6.1 itsdangerous==0.24 Jinja2>=2.10