From b0cf4c568dad1a3fd08664d163fe4f428a9071fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 17:20:15 +0000 Subject: [PATCH] Bump sqlalchemy from 1.1.9 to 1.3.0 in /requirements Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.9 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 19a1d8e..f581e1f 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,7 +1,7 @@ # Everything needed in production Werkzeug -SQLAlchemy==1.1.9 +SQLAlchemy==1.3.0 Flask_Caching Flask_SQLAlchemy==2.2 click