From 2db858552a163ea8edfcf9ead4732b05a0ec2870 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 1 Jun 2024 15:32:07 +0300 Subject: [PATCH 1/2] Update dependency async_pymongo to v0.1.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55bb413..ff614d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ python-jose[cryptography]~=3.3.0 slowapi==0.1.9 ujson~=5.10.0 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple -async_pymongo==0.1.4 \ No newline at end of file +async_pymongo==0.1.5 \ No newline at end of file From de01eacb9ea03ae5cafe20a2e3ebe072541dced0 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Sun, 2 Jun 2024 12:56:56 +0300 Subject: [PATCH 2/2] Selected async_pymongo from PyPi --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ff614d2..abea6d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,9 @@ aiofiles==23.2.1 apscheduler~=3.10.4 +async_pymongo==0.1.5 fastapi[all]~=0.111.0 passlib~=1.7.4 pymongo~=4.7.2 python-jose[cryptography]~=3.3.0 slowapi==0.1.9 ujson~=5.10.0 ---extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple -async_pymongo==0.1.5 \ No newline at end of file