From f487163413fdf5c3e70240f71e51ba91db21289b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 20:41:44 +0000 Subject: [PATCH 1/4] Bump pillow from 5.0.0 to 6.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.0.0...6.2.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e1f459..ee31b04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ django>=2.0.2,<2.0.99 -pillow==5.0.0 +pillow==6.2.0 From eb4d548d39c5b5f9aa7093447898cfde039d2339 Mon Sep 17 00:00:00 2001 From: Matt Chatterley Date: Thu, 30 Apr 2020 09:05:27 +0100 Subject: [PATCH 2/4] Add trailing slashes for newer versions of Django (default settings) --- .../templates/fileupload/picture_basic_form.html | 10 +++++----- .../templates/fileupload/picture_basicplus_form.html | 10 +++++----- fileupload/templates/fileupload/picture_form.html | 8 ++++---- .../templates/fileupload/picture_jquery_form.html | 10 +++++----- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/fileupload/templates/fileupload/picture_basic_form.html b/fileupload/templates/fileupload/picture_basic_form.html index 69993d0..98ab055 100644 --- a/fileupload/templates/fileupload/picture_basic_form.html +++ b/fileupload/templates/fileupload/picture_basic_form.html @@ -38,11 +38,11 @@

Django jQuery File Upload Demo

Basic version


diff --git a/fileupload/templates/fileupload/picture_basicplus_form.html b/fileupload/templates/fileupload/picture_basicplus_form.html index 2d2069e..e52d1fd 100644 --- a/fileupload/templates/fileupload/picture_basicplus_form.html +++ b/fileupload/templates/fileupload/picture_basicplus_form.html @@ -38,11 +38,11 @@

Django jQuery File Upload Demo

Basic Plus version


diff --git a/fileupload/templates/fileupload/picture_form.html b/fileupload/templates/fileupload/picture_form.html index d77a925..1f352e8 100644 --- a/fileupload/templates/fileupload/picture_form.html +++ b/fileupload/templates/fileupload/picture_form.html @@ -6,11 +6,11 @@

Django jQuery File Upload Demo

Basic Plus UI version


diff --git a/fileupload/templates/fileupload/picture_jquery_form.html b/fileupload/templates/fileupload/picture_jquery_form.html index 0332c31..3de8b18 100644 --- a/fileupload/templates/fileupload/picture_jquery_form.html +++ b/fileupload/templates/fileupload/picture_jquery_form.html @@ -82,11 +82,11 @@

jQuery UI version

File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery UI.
From 8a5745402b5182670b7991097b522942f04b8322 Mon Sep 17 00:00:00 2001 From: Sigurd Gartmann Date: Tue, 11 Aug 2020 23:07:11 +0200 Subject: [PATCH 3/4] Update django dependency to newer django 2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee31b04..05a617c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -django>=2.0.2,<2.0.99 +django>=2.2.13,<2.0.99 pillow==6.2.0 From 0f819ad5ae763e895a03c77a083996168d37100c Mon Sep 17 00:00:00 2001 From: Sigurd Gartmann Date: Tue, 11 Aug 2020 23:08:38 +0200 Subject: [PATCH 4/4] Update pillow dependency Not tested. Will archive repository soon. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 05a617c..c87429b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ django>=2.2.13,<2.0.99 -pillow==6.2.0 +pillow>=7.1.0