From 46c4bdfdec2a9798b3dc68dffe03c8a69fae1adf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 08:16:19 +0000 Subject: [PATCH] :arrow_up: Bump sqlalchemy from 1.3.2 to 1.3.4 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.2 to 1.3.4. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43245e6..60004a7 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "pre-commit==1.17.0", "python-multipart==0.0.5", "pyjwt==1.7.1", - "sqlalchemy==1.3.2", + "sqlalchemy==1.3.4", ], tests_require=["pytest", "codecov", "requests", "pytest-cov"], )