From bc44f6117bf315f8939912a55210e279721f9495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:18:43 +0000 Subject: [PATCH] Bump djangorestframework in /web/backend/django/sample1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.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.8.2...3.11.2) Signed-off-by: dependabot[bot] --- web/backend/django/sample1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/backend/django/sample1/requirements.txt b/web/backend/django/sample1/requirements.txt index 476cfa5..1c13be5 100644 --- a/web/backend/django/sample1/requirements.txt +++ b/web/backend/django/sample1/requirements.txt @@ -1,5 +1,5 @@ Django==2.0.7 django-filter==1.1.0 -djangorestframework==3.8.2 +djangorestframework==3.11.2 Markdown==2.6.11 pytz==2018.5