From 43c17463a3f6de9000ff5c67c35b41cf0926f4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 00:30:40 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.3 to 3.9.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.3 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.3...3.9.1) 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..7813d88 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.9.1', ], zip_safe=True)