From 0f4e440f1b982a289b1f47e5ad8fd7fc0cf0316a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:50:42 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.3 to 3.11.2 in /MxOnline 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] --- MxOnline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MxOnline/requirements.txt b/MxOnline/requirements.txt index 2325a96..f9b8b57 100644 --- a/MxOnline/requirements.txt +++ b/MxOnline/requirements.txt @@ -10,7 +10,7 @@ django-pure-pagination==0.3.0 django-ranged-response==0.2.0 django-reversion==3.0.4 django-simple-captcha==0.5.12 -djangorestframework==3.10.3 +djangorestframework==3.11.2 docopt==0.6.2 et-xmlfile==1.0.1 future==0.18.2