From dc58c4b67632dfc114f300ebc8253d225cae17a7 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 14 May 2025 22:55:33 +0300 Subject: [PATCH] Update dependency pymongo to ~=4.13.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9800e3..aff894d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ apscheduler~=3.11.0 async_pymongo==0.1.11 fastapi[all]~=0.115.0 passlib~=1.7.4 -pymongo~=4.12.0 +pymongo~=4.13.0 python-jose[cryptography]~=3.4.0 slowapi==0.1.9 ujson~=5.10.0