From 29406136315f2de27f1ed773e62bc6397d282dc7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:44:13 +0000 Subject: [PATCH] [Security] Bump djangorestframework from 3.8.2 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.11.2. **This update includes a security fix.** - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.8.2...3.11.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 77d121c..755807c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-cris django-redis==4.9.0 # https://github.com/niwinz/django-redis # Django REST Framework -djangorestframework==3.8.2 # https://github.com/encode/django-rest-framework +djangorestframework==3.11.2 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client gunicorn==19.8.1 # https://github.com/benoitc/gunicorn diff --git a/requirements/base.txt b/requirements/base.txt index d19bcf4..53c2fae 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,5 +14,5 @@ django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-cris django-redis==4.9.0 # https://github.com/niwinz/django-redis # Django REST Framework -djangorestframework==3.8.2 # https://github.com/encode/django-rest-framework +djangorestframework==3.11.2 # https://github.com/encode/django-rest-framework coreapi==2.3.3 # https://github.com/core-api/python-client