From 24b5b9373d4844328fa24d44658de56c98b409d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:14:19 +0100 Subject: [PATCH] Update libsass requirement from ==0.22.* to ==0.23.* (#3918) --- updated-dependencies: - dependency-name: libsass dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86213dfe88..f1d77b9428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "isoweek", "jsonschema", "kombu==5.3.*", - "libsass==0.22.*", + "libsass==0.23.*", "lxml", "markdown==3.5.2", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3. # We can upgrade markdown again once django-bootstrap3 upgrades or once we drop Python 3.6 and 3.7