From dbb45cd70d50726df7af0ca275855d8ed2de56b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:59:11 +0000 Subject: [PATCH] Bump djangorestframework from 3.6.4 to 3.11.2 in /aragwas_server Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.6.4 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.6.4...3.11.2) Signed-off-by: dependabot[bot] --- aragwas_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aragwas_server/requirements.txt b/aragwas_server/requirements.txt index 2bf0a6f..8c709bd 100644 --- a/aragwas_server/requirements.txt +++ b/aragwas_server/requirements.txt @@ -1,6 +1,6 @@ appdirs==1.4.3 Django==1.11.28 -djangorestframework==3.6.4 +djangorestframework==3.11.2 packaging==16.8 pyparsing==2.1.10 pytz==2016.10