From 0d3b6b6cacee6493282bedb3b1fcaa655292ec90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 04:03:23 +0000 Subject: [PATCH] :arrow_up: Bump libsass from 0.19.2 to 0.22.0 in /ksweb Bumps [libsass](https://github.com/sass/libsass-python) from 0.19.2 to 0.22.0. - [Release notes](https://github.com/sass/libsass-python/releases) - [Changelog](https://github.com/sass/libsass-python/blob/main/docs/changes.rst) - [Commits](https://github.com/sass/libsass-python/compare/0.19.2...0.22.0) --- updated-dependencies: - dependency-name: libsass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ksweb/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksweb/setup.py b/ksweb/setup.py index 40d8f255..6e12e61b 100644 --- a/ksweb/setup.py +++ b/ksweb/setup.py @@ -26,7 +26,7 @@ "tgext.admin==0.7.4", "WebHelpers2==2.0", "tgext.webassets==0.0.2", - "libsass==0.19.2", + "libsass==0.22.0", "tgapp-registration @ git+https://github.com/axant/tgapp-registration", "tgext.pluggable @ git+https://github.com/TurboGears/tgext.pluggable", "tgext.mailer @ git+https://github.com/amol-/tgext.mailer",