From a64586c8fd90d824ef3baf408bf6f9b35b551fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:47:50 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86Bump=20pyrogram=20from=202.0.52=20to?= =?UTF-8?q?=202.0.54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pyrogram](https://github.com/pyrogram/pyrogram) from 2.0.52 to 2.0.54. - [Release notes](https://github.com/pyrogram/pyrogram/releases) - [Commits](https://github.com/pyrogram/pyrogram/compare/v2.0.52...v2.0.54) --- updated-dependencies: - dependency-name: pyrogram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 98fea29..58a26d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -698,7 +698,7 @@ websockets = ">=10.0,<11.0" [[package]] name = "Pyrogram" -version = "2.0.52" +version = "2.0.54" description = "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots" category = "main" optional = true @@ -1093,7 +1093,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "c6b8969a26c8469810af5a47b2f0726c969ee706c76bcb6cd6e616dee244add3" +content-hash = "ced17568ebbf432d28ae730835330b86fed0b7d210feb0d720e149c9ff1f3c18" [metadata.files] aiofiles = [ @@ -1824,8 +1824,8 @@ pyppeteer = [ {file = "pyppeteer-1.0.2.tar.gz", hash = "sha256:ddb0d15cb644720160d49abb1ad0d97e87a55581febf1b7531be9e983aad7742"}, ] Pyrogram = [ - {file = "Pyrogram-2.0.52-py3-none-any.whl", hash = "sha256:a9d12bc5472e351e1aeba1531b2589bec66448c6b466e66eff0067b377e685f6"}, - {file = "Pyrogram-2.0.52.tar.gz", hash = "sha256:7093af4ed0e8931eae2b0301960266d8eeb746b6117f578cd1975e47c871c90b"}, + {file = "Pyrogram-2.0.54-py3-none-any.whl", hash = "sha256:495a621351de57eb44018a57c08a397752ec96fce346bac944deb29d6f6edfc2"}, + {file = "Pyrogram-2.0.54.tar.gz", hash = "sha256:9295c57f4511bd3a58dde9379d408e7c11dc9cc80f8abc63829de51611b2b67a"}, ] PySocks = [ {file = "PySocks-1.7.1-py27-none-any.whl", hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299"}, diff --git a/pyproject.toml b/pyproject.toml index 5673377..e062af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ black = "^22.8.0" rich = "^12.5.1" enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.3", optional = true } -Pyrogram = { version = "^2.0.52", optional = true } +Pyrogram = { version = "^2.0.54", optional = true } pytest = { version = "^7.1.3", optional = true } pytest-asyncio = { version = "^0.19.0", optional = true } flaky = { version = "^3.7.0", optional = true }