From 3dba4ad5dfa5e95d3497156cbb6a1bc808f09e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:06:13 +0000 Subject: [PATCH] Bump djangorestframework from 3.5.3 to 3.11.2 in /docker Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.5.3 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.5.3...3.11.2) Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index d4bdd0a..2a89cfe 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,5 +1,5 @@ Django==1.10.4 -djangorestframework==3.5.3 +djangorestframework==3.11.2 Pillow==3.4.2 uWSGI==2.0.14 pingpp==2.0