From aee940ba5fd24b7448bb3a402f4e278c965c4028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:25:57 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.3 to 3.11.2 in /config/requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.3 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.10.3...3.11.2) Signed-off-by: dependabot[bot] --- config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements/base.txt b/config/requirements/base.txt index 6b15521..f6f34c5 100644 --- a/config/requirements/base.txt +++ b/config/requirements/base.txt @@ -5,5 +5,5 @@ python-docx==0.8.7 python-dateutil==2.8.0 rules==2.1 django-simple-history==2.7.3 -djangorestframework==3.10.3 +djangorestframework==3.11.2 django-filter==2.2.0 \ No newline at end of file