From 71531bd2906d34b53973ae6db6667f0b470fb0c4 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Tue, 21 Jun 2022 11:33:07 +0530 Subject: [PATCH] chore(deps): Bump PyJWT from 2.0.1 to 2.4.0 Consists of security & bug fixes, and seemingly no breaking changes Ref: https://pyjwt.readthedocs.io/en/stable/changelog.html --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81be41c480..89be81eaf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "GitPython~=3.1.14", "Jinja2~=3.1.2", "Pillow~=9.1.1", - "PyJWT~=2.0.1", + "PyJWT~=2.4.0", "PyMySQL~=1.0.2", "PyPDF2~=2.1.0", "PyPika~=0.48.9",