From 85b8b8793e18ec62e3d52cf4b2a9edc3d00a123e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86Bump=20pyrogram=20from=202.0.57=20to?= =?UTF-8?q?=202.0.60?= 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.57 to 2.0.60. - [Release notes](https://github.com/pyrogram/pyrogram/releases) - [Commits](https://github.com/pyrogram/pyrogram/compare/v2.0.57...v2.0.60) --- 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 | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index e6b28378..03008df5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -405,7 +405,7 @@ geetest = ["rsa"] type = "git" url = "https://github.com/thesadru/genshin.py" reference = "HEAD" -resolved_reference = "f6492c8cabc2c9efd8642be5192bf1cc838cfb36" +resolved_reference = "c09e5ec85ea9b5af202aa3a7b3080f237053a611" [[package]] name = "gitdb" @@ -775,8 +775,8 @@ urllib3 = ">=1.25.8,<2.0.0" websockets = ">=10.0,<11.0" [[package]] -name = "Pyrogram" -version = "2.0.57" +name = "pyrogram" +version = "2.0.60" description = "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots" category = "main" optional = true @@ -1280,7 +1280,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "7a1751910c98d44769163743e5e7006a8025369a50eba564f555ff6ba9c2d28f" +content-hash = "d2ce26945bde5934936220f13ed71fd1e0db711393da18c6db83c1ea6b4a3237" [metadata.files] aiofiles = [ @@ -2059,9 +2059,9 @@ pyppeteer = [ {file = "pyppeteer-1.0.2-py3-none-any.whl", hash = "sha256:11a734d8f02c6b128035aba8faf32748f2016310a6a1cbc6aa5b1e2580742e8f"}, {file = "pyppeteer-1.0.2.tar.gz", hash = "sha256:ddb0d15cb644720160d49abb1ad0d97e87a55581febf1b7531be9e983aad7742"}, ] -Pyrogram = [ - {file = "Pyrogram-2.0.57-py3-none-any.whl", hash = "sha256:082f78836e97799f882c34238e45761f8689c45824110989e46f82ee08ca805a"}, - {file = "Pyrogram-2.0.57.tar.gz", hash = "sha256:de05925592b82e796c6b2520f133d9ae6eb320834c78e50b09dc7ed18c5b976e"}, +pyrogram = [ + {file = "Pyrogram-2.0.60-py3-none-any.whl", hash = "sha256:ea722196bb84acd14c223ce13e94127fdcba5495d59e5b01dda857d9cc0abc33"}, + {file = "Pyrogram-2.0.60.tar.gz", hash = "sha256:24d92fc045026aaf5b05dfcb83d8a9d0def5c927e40ebdd5b8c3bc0d6c3d5065"}, ] PySocks = [ {file = "PySocks-1.7.1-py27-none-any.whl", hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299"}, diff --git a/pyproject.toml b/pyproject.toml index 861dbaa1..af6ac018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ black = "^22.10.0" rich = "^12.6.0" enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.4", optional = true } -Pyrogram = { version = "^2.0.57", optional = true } +Pyrogram = { version = "^2.0.60", optional = true } pytest = { version = "^7.2.0", optional = true } pytest-asyncio = { version = "^0.20.1", optional = true } flaky = { version = "^3.7.0", optional = true }