Update dependency django-sass-processor to v1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
django-sass-processor | dependencies | major |
^0.8 -> ^1.0
|
Release Notes
jrief/django-sass-processor
v1.0.0
This is a new major release. Conforming with Semantic Versioning, it introduces breaking changes.
- Management command
compilescss
now uses the same storage as the template tags. - Any storage can now be used as destination.
- Breaking change: The argument
--use-processor-root
tocompilescss
was replaced with--use-storage
. - Breaking change:
SassS3Boto3Storage
was removed. Use theS3Boto3Storage
from django-storages directly. - Breaking change: Suppor for Django <2.2 was dropped
- Dev: Migrated setup meta-data to setup.cfg
- Dev: Enabled tests on Python 3.9
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.