From 796c32f4b473aba211e6863774ffb2d2ec4cbd87 Mon Sep 17 00:00:00 2001 From: Billy Ferguson Date: Thu, 4 Apr 2019 14:35:08 -0400 Subject: [PATCH] Update per sec dep issue. https://github.com/mpdavis/python-jose/pull/63 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47a0dc4c3..3a860c693 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'ipython', ], 'python-jose': [ - 'python-jose==1.3.2', + 'python-jose==1.4.0', ], }