From f52a7a81ef2ff2c3a2173ccb3ec72a3b43cd494e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:16:31 +0000 Subject: [PATCH] Bump djangorestframework from 3.6.4 to 3.11.2 in /rest_api 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] --- rest_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_api/requirements.txt b/rest_api/requirements.txt index 65cc18c..1ddd464 100644 --- a/rest_api/requirements.txt +++ b/rest_api/requirements.txt @@ -1,5 +1,5 @@ Django==1.11.5 -djangorestframework==3.6.4 +djangorestframework==3.11.2 psycopg2==2.7.3 trans==2.1.0 django-rest-swagger==2.0.7 \ No newline at end of file