From 181af010106d39e9bb1ba0a59334850f7331a229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:44:23 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.3 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.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.10.3...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 757f699..1227864 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-filter==2.0.0 django-password-reset==1.0 django-rest-framework-temporary-tokens==0.1.5 django-rest-passwordreset==0.9.1 -djangorestframework==3.10.3 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 djoser==0.5.2 PyJWT==1.7.1