From 93804345df3916d6c3ebae79f4ef072dbd835788 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 8 May 2023 11:51:15 +0300 Subject: [PATCH] Update dependency pyrogram to v2.0.106 (#22) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyrogram](https://github.com/pyrogram) ([source](https://github.com/pyrogram/pyrogram)) | patch | `==2.0.104` -> `==2.0.106` | --- ### Release Notes
pyrogram/pyrogram ### [`v2.0.106`](https://github.com/pyrogram/pyrogram/compare/v2.0.105...v2.0.106) [Compare Source](https://github.com/pyrogram/pyrogram/compare/v2.0.105...v2.0.106) ### [`v2.0.105`](https://github.com/pyrogram/pyrogram/compare/v2.0.104...v2.0.105) [Compare Source](https://github.com/pyrogram/pyrogram/compare/v2.0.104...v2.0.105)
--- ### 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). Reviewed-on: https://git.end-play.xyz/profitroll/TelegramPoster/pulls/22 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 bba88b7..c1d08d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ python_dateutil==2.8.2 apscheduler==3.10.1 pytimeparse==1.1.8 convopyro==0.5 -pyrogram==2.0.104 +pyrogram==2.0.106 aiofiles~=23.1.0 tgcrypto==1.2.5 aiohttp~=3.8.4