From e9e68cb6b3bc1d0d301992769dcc40876855db88 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 21 Jun 2023 22:45:23 +0300 Subject: [PATCH 1/2] Update dependency pymongo to v4.4.0 (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pymongo](https://github.com/mongodb/mongo-python-driver) | minor | `==4.3.3` -> `==4.4.0` | --- ### Release Notes
mongodb/mongo-python-driver ### [`v4.4.0`](https://github.com/mongodb/mongo-python-driver/releases/tag/4.4.0): PyMongo 4.4.0 [Compare Source](https://github.com/mongodb/mongo-python-driver/compare/4.3.3...4.4.0) Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-4-released/232211
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Reviewed-on: https://git.end-play.xyz/profitroll/TelegramPoster/pulls/25 Co-authored-by: Renovate Co-committed-by: Renovate --- 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 From f003638128587d4c2a9d9550867181bf50b40df8 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Wed, 28 Jun 2023 00:57:13 +0300 Subject: [PATCH 2/2] Update 'requirements.txt' --- requirements.txt | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index f622884..19b25b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,14 @@ -python_dateutil==2.8.2 -apscheduler==3.10.1 -pytimeparse==1.1.8 -convopyro==0.5 -pyrogram==2.0.106 -aiofiles~=23.1.0 -tgcrypto==1.2.5 aiohttp~=3.8.4 -psutil==5.9.5 -pymongo==4.4.0 -pillow~=9.5.0 -ujson==5.8.0 \ No newline at end of file +black~=23.3.0 +convopyro==0.5 +pillow~=9.4.0 +psutil~=5.9.4 +pymongo~=4.4.0 +pyrogram==2.0.106 +python_dateutil==2.8.2 +pytimeparse~=1.1.8 +tgcrypto==1.2.5 +uvloop==0.17.0 +--extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple +libbot[speed,pyrogram]==1.5 +photosapi_client==0.5.0 \ No newline at end of file