From c7c42052981398ae60bbf5d775d448861fdfea98 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Oct 2022 03:30:06 +0200 Subject: [PATCH] Update dependency pyjwt to v2.6.0 --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index ac38f84..7fe6f56 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,7 +4,7 @@ uwsgi==2.0.20 Flask_SQLAlchemy==3.0.2 python-dotenv==0.21.0 pymysql==1.0.2 -pyjwt==2.5.0 +pyjwt==2.6.0 apiflask==1.0.0 flask-cors==3.0.10 bcrypt==4.0.1