From 04557d55c42b1e8835a5e30211740a939de0a6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 04:24:24 +0000 Subject: [PATCH] :arrow_up: Bump libsass from 0.19.2 to 0.21.0 in /ksweb Bumps [libsass](https://github.com/sass/libsass-python) from 0.19.2 to 0.21.0. - [Release notes](https://github.com/sass/libsass-python/releases) - [Changelog](https://github.com/sass/libsass-python/blob/master/docs/changes.rst) - [Commits](https://github.com/sass/libsass-python/compare/0.19.2...0.21.0) 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..0ad9bfc4 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.21.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",