From ca2cf443f1aa71135cd0a4d39b7bc16d1ebc9ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:38:00 +0000 Subject: [PATCH 1/4] Bump djangorestframework from 3.11.1 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.1...3.11.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index ae33273..b2696cc --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ django-model-utils==4.0.0 django-mptt==0.11.0 django-polymorphic==3.0.0 django-taggit==1.3.0 -djangorestframework==3.11.1 +djangorestframework==3.11.2 easy-thumbnails==2.7 gunicorn==20.0.4 mutagen==1.45.1 From 5cb52a4c4b9e1c8816239fce1d5b9d7af888930d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:40:57 +0000 Subject: [PATCH 2/4] Bump pyyaml from 5.3.1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index ae33273..15c9953 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ Pillow==7.1.2 psutil==5.7.2 pyparsing==2.4.7 pytz==2020.1 -PyYAML==5.3.1 +PyYAML==5.4 six==1.14.0 sqlparse==0.3.1 tzlocal==2.1 From 97e33b22742013ab834ec1d1df6784dbbc7d988e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 12:09:47 +0000 Subject: [PATCH 3/4] Bump django from 3.1.1 to 3.1.6 Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.1...3.1.6) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e5cd6a..9d31f58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.2.10 bleach>=3.3.0 -Django==3.1.1 +Django==3.1.6 django-admin-sortable2==0.7.7 django-ckeditor==6.0.0 django-content-editor==3.0.6 From 69282c51770505abbd0b4e604d1c21863c6e29a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 12:10:12 +0000 Subject: [PATCH 4/4] Bump pillow from 7.1.2 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 8.1.1. - [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/7.1.2...8.1.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e5cd6a..0fab1ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ gunicorn==20.0.4 mutagen==1.45.1 packaging==20.4 pathtools==0.1.2 -Pillow==7.1.2 +Pillow==8.1.1 psutil==5.7.2 pyparsing==2.4.7 pytz==2020.1