From b064398047d5d6c124a7dafe6bc7f3b0c01a2cc3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 28 May 2025 21:14:27 +0300 Subject: [PATCH] Update dependency python-jose to ~=3.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aff894d..db17d0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ async_pymongo==0.1.11 fastapi[all]~=0.115.0 passlib~=1.7.4 pymongo~=4.13.0 -python-jose[cryptography]~=3.4.0 +python-jose[cryptography]~=3.5.0 slowapi==0.1.9 ujson~=5.10.0