From 60d9707b791160b7a069138a0b8108135a9e5c1f Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 12 May 2024 19:10:47 +0300 Subject: [PATCH] Update dependency pymongo to ~=4.7.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bcebf3..21003e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiofiles==23.2.1 apscheduler~=3.10.4 fastapi[all]~=0.105.0 passlib~=1.7.4 -pymongo~=4.6.1 +pymongo~=4.7.2 python-jose[cryptography]~=3.3.0 slowapi==0.1.8 ujson~=5.9.0