From 3b2caa33b5741432fc18b6ee014ad6fb932f4f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:23:14 +0000 Subject: [PATCH] Bump djangorestframework in /web/backend/django/restframework Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.2 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.2...3.11.2) Signed-off-by: dependabot[bot] --- web/backend/django/restframework/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/backend/django/restframework/requirements.txt b/web/backend/django/restframework/requirements.txt index 2a5ae42..c8bdeb1 100644 --- a/web/backend/django/restframework/requirements.txt +++ b/web/backend/django/restframework/requirements.txt @@ -1,5 +1,5 @@ Django==2.2 -djangorestframework==3.9.2 +djangorestframework==3.11.2 django-filter==2.1.0 Markdown==3.1 djangorestframework-simplejwt==4.3.0