From 4c86b7113f322b9b48c6ab68cb12040cc45b5c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:38:59 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.1 to 3.11.2 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.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.9.1...3.11.2) Signed-off-by: dependabot[bot] --- requirements/django.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/django.txt b/requirements/django.txt index 0399aa9b..e14f0381 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -37,6 +37,6 @@ git+http://github.com/areski/django-sms-gateway.git django-bootstrap-form==3.2 django-registration-redux==1.2 django-bootstrap3-datetimepicker==2.2.3 -djangorestframework==3.9.1 +djangorestframework==3.11.2 django-crispy-forms==1.4.0 South==1.0.2