From d93fcb97b6f352ae829ed384c18de72cc8e52488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:17:14 +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_dev.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 4f9010b..a783a4a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,6 +3,6 @@ bumpversion==0.6.0 wheel==0.36.2 django-environ==0.4.5 radon==4.3.2 -djangorestframework==3.11.1 +djangorestframework==3.11.2 pytz==2019.3 Sphinx==3.4.3 diff --git a/requirements_test.txt b/requirements_test.txt index 495bc11..fec73d8 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -8,7 +8,7 @@ codecov>=2.0.0 Faker==4.1.2 django-environ==0.4.5 # Additional test requirements go here -djangorestframework==3.11.1 +djangorestframework==3.11.2 pytz==2019.3 #Do not add Django here Travis CI will include it django-countries==6.1.3 #https://github.com/SmileyChris/django-countries From b0c0e9bb052d1577bfb12f79ce6907bf0f0280b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:41:20 +0000 Subject: [PATCH 2/4] Bump jinja2 from 2.11.1 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.1...2.11.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 357ae80..aa597df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django -Jinja2==2.11.1 +Jinja2==2.11.3 openpyxl==3.0.5 requests==2.23.0 From 42eed1a95cb21aa336350953f0e9bf3e91005b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:09:08 +0000 Subject: [PATCH 3/4] Bump pillow from 7.1.1 to 8.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 to 8.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/7.1.1...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 495bc11..7d0ccc0 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -12,5 +12,5 @@ djangorestframework==3.11.1 pytz==2019.3 #Do not add Django here Travis CI will include it django-countries==6.1.3 #https://github.com/SmileyChris/django-countries -Pillow==7.1.1 +Pillow==8.2.0 django-money==1.1 From e04b552fbc81403c29f2bc9e5b5cf22381bd171d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 15:43:34 +0000 Subject: [PATCH 4/4] Bump django from 3.1.6 to 3.1.12 in /example Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.6...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 6ee2fdf..b3f9342 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -3,7 +3,7 @@ -django==3.1.6 +django==3.1.12