From 9be1d4431f93c1708d745188d20ace13ea3dfba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 05:25:49 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.3.1 to 0.4.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.1...0.4.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82683c7a..ed6bc49b 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,6 @@ ] }, install_requires=[ - 'sqlparse==0.3.1', + 'sqlparse==0.4.0', ] )