From f1bdb4a960603722eb64b46dad0cd243a1d21122 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 3 Oct 2023 21:52:47 +0100 Subject: [PATCH 1/2] Update rcssmin from 1.1.1 to 1.1.2 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index fd262a15fa..905622eeb5 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -4,7 +4,7 @@ Pillow==10.0.1 # https://github.com/python-pillow/Pillow {%- if cookiecutter.windows == 'y' and cookiecutter.use_docker == 'n' %} rcssmin==1.1.0 --install-option="--without-c-extensions" # https://github.com/ndparker/rcssmin {%- else %} -rcssmin==1.1.1 # https://github.com/ndparker/rcssmin +rcssmin==1.1.2 # https://github.com/ndparker/rcssmin {%- endif %} {%- endif %} argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi From 8e22bf5de03018ff975b120e036bc024780f5599 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 4 Oct 2023 09:41:54 +0100 Subject: [PATCH 2/2] Update {{cookiecutter.project_slug}}/requirements/base.txt --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 905622eeb5..5cbeb25970 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -2,7 +2,7 @@ python-slugify==8.0.1 # https://github.com/un33k/python-slugify Pillow==10.0.1 # https://github.com/python-pillow/Pillow {%- if cookiecutter.frontend_pipeline == 'Django Compressor' %} {%- if cookiecutter.windows == 'y' and cookiecutter.use_docker == 'n' %} -rcssmin==1.1.0 --install-option="--without-c-extensions" # https://github.com/ndparker/rcssmin +rcssmin==1.1.2 --install-option="--without-c-extensions" # https://github.com/ndparker/rcssmin {%- else %} rcssmin==1.1.2 # https://github.com/ndparker/rcssmin {%- endif %}