From d673a4313093d2a53a2dc3a0ffb96a2a3293de8e Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Thu, 22 Oct 2020 09:18:42 +0200 Subject: [PATCH] Bump libsass-version to 0.20.* (#1821) libsass 0.19.2 fails to install under latest OS X Catalina. As https://github.com/sass/libsass/issues/3053 seems to be fixed, bump to current version 0.20.* --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 9434ce690c..a0aa482352 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -15,7 +15,7 @@ reportlab>=3.5.18* PyPDF2==1.26.* Pillow==7.* django-libsass==0.8 -libsass==0.19.2 # Bump when https://github.com/sass/libsass/issues/3053 is fixed +libsass==0.20.* django-otp==0.7.*,>=0.7.5 python-u2flib-server==4.* webauthn==0.4.* diff --git a/src/setup.py b/src/setup.py index 772d36a1c3..04d58f569d 100644 --- a/src/setup.py +++ b/src/setup.py @@ -104,7 +104,7 @@ setup( 'Pillow==7.*', 'PyPDF2==1.26.*', 'django-libsass==0.8', - 'libsass==0.19.2', # Bump when https://github.com/sass/libsass/issues/3053 is fixed + 'libsass==0.20.*', 'django-otp==0.7.*,>=0.7.5', 'webauthn==0.4.*', 'python-u2flib-server==4.*',