From ab7bfb0ee7911e13f0278b0028a69e566185be02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 08:26:34 +0000 Subject: [PATCH] :arrow_up: Bump sqlalchemy from 1.3.10 to 1.3.13 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.10 to 1.3.13. - [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 874c62b..284b1dc 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "pre-commit==2.1.1", "python-multipart==0.0.5", "pyjwt==1.7.1", - "sqlalchemy==1.3.10", + "sqlalchemy==1.3.13", ], tests_require=["pytest", "pytest-env","codecov", "requests", "pytest-cov"], )