From d5412797e3480d23d4576d1ccd235e6625ad49e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 09:48:37 +0000 Subject: [PATCH] Update dependency pyjwt to v2.10.1 --- seahub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seahub/Dockerfile b/seahub/Dockerfile index 7b3c254..7a3466f 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==11.0.0 \ captcha==0.6.0 \ -pyjwt==2.9.0 \ +pyjwt==2.10.1 \ mysqlclient==2.2.6 \ django==4.2.16 \ django-pylibmc==0.6.1 \