From f12f96ff9f43f035cd3432aa13c5186bdd0b1479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:53:07 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.1 to 3.11.2 in /cointrol/conf Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.1 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.1...3.11.2) Signed-off-by: dependabot[bot] --- cointrol/conf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cointrol/conf/requirements.txt b/cointrol/conf/requirements.txt index 5895ea5..67be94b 100644 --- a/cointrol/conf/requirements.txt +++ b/cointrol/conf/requirements.txt @@ -1,6 +1,6 @@ Django==1.11.6 django-extensions==1.9.7 -djangorestframework==3.7.1 +djangorestframework==3.11.2 hiredis==0.1.4 pytz==2014.7 redis==2.10.3