From 5122aecb967fa1acac1cca1dca809a399dbab6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:42:23 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.3 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.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.7.3...3.11.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a9cca3..f0fe7e9 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,6 @@ #download_url = 'https://github.com/CoinLQ/jwt_auth/archive/master.zip', install_requires=[ 'djangorestframework-jwt==1.11.0', - 'djangorestframework==3.7.3', + 'djangorestframework==3.11.2', ], zip_safe=True)