From 26401765d042fe2c10c1ad58b8a2e4655571692f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 05:42:29 +0000 Subject: [PATCH] :arrow_up: Bump sqlalchemy from 1.3.13 to 1.3.17 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.13 to 1.3.17. - [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 b37bb5d..a4e79ca 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "pre-commit==2.3.0", "python-multipart==0.0.5", "pyjwt==1.7.1", - "sqlalchemy==1.3.13", + "sqlalchemy==1.3.17", ], tests_require=["pytest", "pytest-env","codecov", "requests", "pytest-cov"], )