From a8706ec18c7e79563281b45ca189cea8876eed7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 05:18:57 +0000 Subject: [PATCH] :arrow_up: Bump sqlalchemy from 1.3.1 to 1.3.20 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.1 to 1.3.20. - [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-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9a9da8..c8d739d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "environs==4.1.0", "fastapi==0.41.0", "requests==2.21.0", - "SQLAlchemy==1.3.1", + "SQLAlchemy==1.3.20", "pre-commit==1.14.4", "email-validator==1.0.3", "python-multipart==0.0.5",