From b539fac611aad9e0527132d90711ae7ce4a65697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 00:47:31 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.7 to 1.3.0 in /mini_social_app Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.7 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] --- mini_social_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_social_app/requirements.txt b/mini_social_app/requirements.txt index 806f1070..a0916ca4 100644 --- a/mini_social_app/requirements.txt +++ b/mini_social_app/requirements.txt @@ -15,6 +15,6 @@ MarkupSafe==1.0 Pillow==5.3.0 pycparser==2.18 six==1.11.0 -SQLAlchemy==1.2.7 +SQLAlchemy==1.3.0 Werkzeug==0.14.1 WTForms==2.1 \ No newline at end of file