From fb22f960fb27724fa8be4d061a8ba5d724c367f4 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 21 Jun 2023 20:57:40 +0300 Subject: [PATCH] Update dependency pymongo to v4.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20ce50a..f622884 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ aiofiles~=23.1.0 tgcrypto==1.2.5 aiohttp~=3.8.4 psutil==5.9.5 -pymongo==4.3.3 +pymongo==4.4.0 pillow~=9.5.0 ujson==5.8.0 \ No newline at end of file