mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 15:36:44 +00:00
⬆ Bump pyrogram from 2.0.60 to 2.0.70
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c30c78e765
commit
c73fbaaf07
8
poetry.lock
generated
8
poetry.lock
generated
@ -772,7 +772,7 @@ websockets = ">=10.0,<11.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pyrogram"
|
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"
|
description = "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = true
|
optional = true
|
||||||
@ -1294,7 +1294,7 @@ test = ["pytest", "pytest-asyncio", "flaky"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "47974e969387aecefad939da225d406cf698e2fafeb99e08aa995ec983f219ff"
|
content-hash = "762203f9de83ba0b8003e9e7ba233477e701d234ac0c782635c4870537a4fe93"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiofiles = [
|
aiofiles = [
|
||||||
@ -2073,8 +2073,8 @@ pyppeteer = [
|
|||||||
{file = "pyppeteer-1.0.2.tar.gz", hash = "sha256:ddb0d15cb644720160d49abb1ad0d97e87a55581febf1b7531be9e983aad7742"},
|
{file = "pyppeteer-1.0.2.tar.gz", hash = "sha256:ddb0d15cb644720160d49abb1ad0d97e87a55581febf1b7531be9e983aad7742"},
|
||||||
]
|
]
|
||||||
pyrogram = [
|
pyrogram = [
|
||||||
{file = "Pyrogram-2.0.60-py3-none-any.whl", hash = "sha256:ea722196bb84acd14c223ce13e94127fdcba5495d59e5b01dda857d9cc0abc33"},
|
{file = "Pyrogram-2.0.70-py3-none-any.whl", hash = "sha256:72f04d59e7f57c0835d93b7a2f3c4fb3e1fe437bd5cdb5d036588559cd2f457b"},
|
||||||
{file = "Pyrogram-2.0.60.tar.gz", hash = "sha256:24d92fc045026aaf5b05dfcb83d8a9d0def5c927e40ebdd5b8c3bc0d6c3d5065"},
|
{file = "Pyrogram-2.0.70.tar.gz", hash = "sha256:2904890eb334117e741114a20fa5903627910b347a43f7e34ab590a8310d836a"},
|
||||||
]
|
]
|
||||||
PySocks = [
|
PySocks = [
|
||||||
{file = "PySocks-1.7.1-py27-none-any.whl", hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299"},
|
{file = "PySocks-1.7.1-py27-none-any.whl", hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299"},
|
||||||
|
@ -28,7 +28,7 @@ black = "^22.12.0"
|
|||||||
rich = "^12.6.0"
|
rich = "^12.6.0"
|
||||||
enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }
|
enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" }
|
||||||
TgCrypto = { version = "^1.2.5", optional = true }
|
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 = { version = "^7.2.0", optional = true }
|
||||||
pytest-asyncio = { version = "^0.20.3", optional = true }
|
pytest-asyncio = { version = "^0.20.3", optional = true }
|
||||||
flaky = { version = "^3.7.0", optional = true }
|
flaky = { version = "^3.7.0", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user