From 4af9407ef4ac22ba2a13a442d44ced30ef74cef8 Mon Sep 17 00:00:00 2001 From: Justin Dray Date: Tue, 6 Nov 2018 00:03:09 +0000 Subject: [PATCH] Update to jose 3.x --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 046ecf6e0..811be3855 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires = [ "pyaml", "pytz", "python-dateutil<3.0.0,>=2.1", - "python-jose<3.0.0", + "python-jose<4.0.0", "mock", "docker>=2.5.1", "jsondiff==1.1.1",