From 4ecef404f3d6d13a7969dd3f3e97522838076bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:40:14 +0000 Subject: [PATCH] Bump sqlparse from 0.1.18 to 0.4.4 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.1.18 to 0.4.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.1.18...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b30ed1..6790995 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.7.10 django-debug-toolbar==1.4 psycopg2==2.6.1 -sqlparse==0.1.18 +sqlparse==0.4.4 wheel==0.24.0