From 9c64bd871aca60ebc429d6799e6128e34e68f9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:28:35 +0000 Subject: [PATCH] Bump django-sass-processor from 0.8.2 to 1.4.1 Bumps [django-sass-processor](https://github.com/jrief/django-sass-processor) from 0.8.2 to 1.4.1. - [Release notes](https://github.com/jrief/django-sass-processor/releases) - [Changelog](https://github.com/jrief/django-sass-processor/blob/master/CHANGELOG.md) - [Commits](https://github.com/jrief/django-sass-processor/compare/0.8.2...1.4.1) --- updated-dependencies: - dependency-name: django-sass-processor dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 39c15e87..7ebee46b 100644 --- a/requirements.in +++ b/requirements.in @@ -17,7 +17,7 @@ django-feature-policy==3.7.0 django-heroku==0.3.1 django-model-utils==4.1.1 django-s3direct==1.1.8 -django-sass-processor==0.8.2 +django-sass-processor==1.4.1 django-tz-detect==0.5.0 django-widget-tweaks==1.5.0 Django==3.1.14 diff --git a/requirements.txt b/requirements.txt index a2d4a759..f12dca9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -177,8 +177,9 @@ django-model-utils==4.1.1 \ django-s3direct==1.1.8 \ --hash=sha256:10e729e9ec56bb2ad15add9fc534f0af278e2a9381477282d76a8095782d4a26 # via -r requirements.in -django-sass-processor==0.8.2 \ - --hash=sha256:9b46a12ca8bdcb397d46fbcc49e6a926ff9f76a93c5efeb23b495419fd01fc7a +django-sass-processor==1.4.1 \ + --hash=sha256:1e9d04769f76d89bbf77b9b279ba83dfacad9c98c03ca8a58ecfc29d997e6fcf \ + --hash=sha256:7b76560172f72519cfcda944feeb517b37f40f5562196298245f5569c2d02f91 # via -r requirements.in django-tz-detect==0.5.0 \ --hash=sha256:4dd6e5e4080c2257a205545134f252e51e2c58225de362dc8f05328c88599237 \