From 83ea66392cbb83e669dc32e365dc9a8c0637e9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:43:45 +0000 Subject: [PATCH] Chore(deps): Bump djangorestframework from 3.9.1 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.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.9.1...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 34c9ffd..9a0a657 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ dj-database-url==0.4.1 psycopg2==2.8.3 Pillow==5.4.1 django-anymail==0.5 -djangorestframework==3.9.1 +djangorestframework==3.11.2 django-rest-framework-social-oauth2==1.0.7 drf-nested-routers==0.90.0 pytz==2018.9