From 216a82ffdc9f713b034683ac0f3d3fdbbb2e8016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:14:35 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.0 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.0 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.0...3.11.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1533d6a..8658809 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,6 @@ urllib3==1.24.1 w3lib==1.19.0 zope.interface==4.6.0 Django==1.11 -djangorestframework==3.9.0 +djangorestframework==3.11.2 PyMySQL==0.9.3 pytz==2018.7