From 31a1a6c3d3374472652a511ce351974e71fbfc0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:02:27 +0000 Subject: [PATCH] Update dependency pyjwt to v2.9.0 --- seahub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index db67299..90872a1 100644 --- a/seahub/Dockerfile +++ b/seahub/Dockerfile @@ -46,7 +46,7 @@ pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \ future==1.0.0 \ pillow==10.4.0 \ captcha==0.6.0 \ -pyjwt==2.8.0 \ +pyjwt==2.9.0 \ mysqlclient==2.2.4 \ django==4.2.14 \ django-pylibmc==0.6.1 \