From c73fbaaf072870a2d35297db7c84b69ebcf89afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 18:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pyrogram=20from=202.0.60=20t?= =?UTF-8?q?o=202.0.70?= 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.60 to 2.0.70. - [Release notes](https://github.com/pyrogram/pyrogram/releases) - [Commits](https://github.com/pyrogram/pyrogram/compare/v2.0.60...v2.0.70) --- 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 8668985f..63a9b12d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -772,7 +772,7 @@ websockets = ">=10.0,<11.0" [[package]] name = "pyrogram" -version = "2.0.60" +version = "2.0.70" description = "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots" category = "main" optional = true @@ -1294,7 +1294,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "47974e969387aecefad939da225d406cf698e2fafeb99e08aa995ec983f219ff" +content-hash = "762203f9de83ba0b8003e9e7ba233477e701d234ac0c782635c4870537a4fe93" [metadata.files] aiofiles = [ @@ -2073,8 +2073,8 @@ pyppeteer = [ {file = "pyppeteer-1.0.2.tar.gz", hash = "sha256:ddb0d15cb644720160d49abb1ad0d97e87a55581febf1b7531be9e983aad7742"}, ] pyrogram = [ - {file = "Pyrogram-2.0.60-py3-none-any.whl", hash = "sha256:ea722196bb84acd14c223ce13e94127fdcba5495d59e5b01dda857d9cc0abc33"}, - {file = "Pyrogram-2.0.60.tar.gz", hash = "sha256:24d92fc045026aaf5b05dfcb83d8a9d0def5c927e40ebdd5b8c3bc0d6c3d5065"}, + {file = "Pyrogram-2.0.70-py3-none-any.whl", hash = "sha256:72f04d59e7f57c0835d93b7a2f3c4fb3e1fe437bd5cdb5d036588559cd2f457b"}, + {file = "Pyrogram-2.0.70.tar.gz", hash = "sha256:2904890eb334117e741114a20fa5903627910b347a43f7e34ab590a8310d836a"}, ] PySocks = [ {file = "PySocks-1.7.1-py27-none-any.whl", hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299"}, diff --git a/pyproject.toml b/pyproject.toml index b95bad36..722f3983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ black = "^22.12.0" rich = "^12.6.0" enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.5", optional = true } -Pyrogram = { version = "^2.0.60", optional = true } +Pyrogram = { version = "^2.0.70", optional = true } pytest = { version = "^7.2.0", optional = true } pytest-asyncio = { version = "^0.20.3", optional = true } flaky = { version = "^3.7.0", optional = true }