From 41a2bd356f4ca2e8a94864d53eb06a39031bbc79 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Sep 2022 00:55:37 +0200 Subject: [PATCH] Update dependency pyjwt to v2.5.0 --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 019cc6d..e4a6174 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,7 +4,7 @@ uwsgi==2.0.20 Flask_SQLAlchemy==2.5.1 python-dotenv==0.21.0 pymysql==1.0.2 -pyjwt==2.3.0 +pyjwt==2.5.0 apiflask==1.0.0 flask-cors==3.0.10 bcrypt==4.0.0 -- 2.45.2