From 3e0a64280505e0d48606a109e13e5cf17fd85c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:55:29 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.2 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.2 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.2...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 41e4f37..069f554 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-compat==1.0.15 django-cors-headers==3.0.2 django-phonenumber-field==3.0.1 django-rest-swagger==2.2.0 -djangorestframework==3.10.2 +djangorestframework==3.11.2 idna==2.8 importlib-metadata==0.23 ipython==7.8.0