From 28766821640ba30bd1cda3e3aabc1e3ec7961884 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 05:46:20 +0000 Subject: [PATCH] Bump sqlparse from 0.2.4 to 0.4.1 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.2.4 to 0.4.1. - [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.2.4...0.4.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c9fa17d..e4076c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ djangorestframework==3.9.1 ipaddress==1.0.18 virtualenv==1.11.6 mysql-python==1.2.5 -sqlparse==0.2.4 \ No newline at end of file +sqlparse==0.4.1 \ No newline at end of file