From ba283692223ec0ef3bd718a0e2789c9ccfe63c3d Mon Sep 17 00:00:00 2001 From: Iain Powrie Date: Fri, 3 Jun 2022 11:58:43 +0000 Subject: [PATCH] Bump PyJWT version to resolve `CVE-2022-29217` --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21f035b5..cf65cd9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ peewee==3.13 pexpect==4.8 psutil==5.9 pyOpenSSL==19.1.0 -pyjwt==2.3 +pyjwt==2.4.0 PyYAML==5.4 requests==2.26 termcolor==1.1