From e9ac64bb1e577e6e093ef05ec9e3f7adb43678a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:58:42 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.11.2 in /docs Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.11.2) Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 90bb1f5..e788111 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ Django==1.11.9 django-cors-headers==2.1.0 django-mysql==2.2.0 django-rest-framework==0.1.0 -djangorestframework==3.7.7 +djangorestframework==3.11.2 docker==2.7.0 mysqlclient==1.3.12 requests==2.18.4