From c2ee4001238ce482158cdfd2661eb029fd09da53 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 31 May 2021 14:54:19 +0100 Subject: [PATCH] Update pyjwt from 2.0.1 to 2.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3293e9eb5..98666a360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -151,7 +151,7 @@ pyexcel-xlsx==0.6.0 # via -r requirements.in pyexcel==0.6.6 # via -r requirements.in -pyjwt==2.0.1 +pyjwt==2.1.0 # via notifications-python-client pyparsing==2.4.7 # via packaging