From 3620a6889d7aebfb400cce4f7ca5630bb91c9d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:58:57 +0100 Subject: [PATCH] fix(deps): bump sqlparse from 0.4.4 to 0.5.0 (#2284) * fix(deps): bump sqlparse from 0.4.4 to 0.5.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Upgrade libsass too Co-Authored-By: faucomte97 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b58cb4542..8223adf1b 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,7 @@ "django-treebeard==4.3.1", "django-sekizai==2.0.0", "django-classy-tags==2.0.0", - "sqlparse==0.4.4", - "libsass==0.22.0", + "libsass==0.23.0", "phonenumbers==8.12.12", "more-itertools==8.7.0", f"cfl-common=={version}",