From 0a03dda72c516c31139eaf684072588f3dcd671c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 03:43:46 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.0 to 3.11.2 in /mahila_pratinidhi 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] --- mahila_pratinidhi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mahila_pratinidhi/requirements.txt b/mahila_pratinidhi/requirements.txt index d6e7b9a..bde9063 100644 --- a/mahila_pratinidhi/requirements.txt +++ b/mahila_pratinidhi/requirements.txt @@ -6,7 +6,7 @@ django-debug-toolbar==1.10.1 #for model translation #pip install https://github.com/abdolhosein/django-modeltranslation/archive/patch-the-issue-with-django2.zip -djangorestframework==3.9.0 +djangorestframework==3.11.2 ipdb==0.11 ipython==7.1.1 ipython-genutils==0.2.0