From a7ad8917fe47f40fe7e0f501a0c679796adfd141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 14:13:53 +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 1ac92f8..c3eba3c 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