From 6dfa412794f33125be056a7ef5c77b0fa359fcad Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 18 Feb 2025 20:28:22 +0200 Subject: [PATCH] Update dependency python-jose to ~=3.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbc2013..b44bc2a 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.11.0 -python-jose[cryptography]~=3.3.0 +python-jose[cryptography]~=3.4.0 slowapi==0.1.9 ujson~=5.10.0