From c659bfe9cc981ebc9a6b19e6863bcbe170d9e300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:43:00 +0000 Subject: [PATCH] Bump djangorestframework from 3.4.6 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.4.6 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.4.6...3.11.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 858c54f..6e4f062 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'django_picklefield==0.3.2', 'django-lbattachment==1.0.2', 'django-lbutils==1.0.1', - 'djangorestframework==3.4.6', + 'djangorestframework==3.11.2', ] setup(name='LBForum',