From b232219d2401f575cb0558dbb1a3a715997ccef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:41:25 +0000 Subject: [PATCH] build(deps): bump pyrofork from 2.3.40 to 2.3.48 Bumps [pyrofork](https://github.com/Mayuri-Chan/pyrofork) from 2.3.40 to 2.3.48. - [Release notes](https://github.com/Mayuri-Chan/pyrofork/releases) - [Commits](https://github.com/Mayuri-Chan/pyrofork/compare/v2.3.40...v2.3.48) --- updated-dependencies: - dependency-name: pyrofork dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6679ebc4d..0af70b769 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1171,13 +1171,13 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.3.40" +version = "2.3.48" description = "Fork of pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots" optional = false -python-versions = "~=3.8" +python-versions = "~=3.9" files = [ - {file = "pyrofork-2.3.40-py3-none-any.whl", hash = "sha256:5b7fe363bd76b04fe4b33341fd2f940e710c15d4fa8b509ad525d497acbfed90"}, - {file = "pyrofork-2.3.40.tar.gz", hash = "sha256:6082d3ee8508cf335b5135fb7fb5b2d7ca4f5b7f1d16a7ca8c616b9e034d7403"}, + {file = "pyrofork-2.3.48-py3-none-any.whl", hash = "sha256:c93fd88a42912b6c576267e9b51b949fd9e0cb4377d6a4214e367334c96e928c"}, + {file = "pyrofork-2.3.48.tar.gz", hash = "sha256:7a02b88c5668bad307420060a43fd717ef9737c164830689ad33e6d2384ac772"}, ] [package.dependencies] @@ -1187,7 +1187,7 @@ pysocks = "1.7.1" [package.extras] dev = ["hatch (>=1.7.0)", "pytest (>=7.4.3)", "pytest-asyncio (>=0.21.1)", "pytest-cov (>=4.1.0)", "twine (>=4.0.2)"] -docs = ["sphinx", "sphinx-autobuild", "sphinx-copybutton", "sphinx-immaterial (==0.12.2)", "tornado (>=6.3.3)"] +docs = ["sphinx", "sphinx-autobuild", "sphinx-copybutton", "sphinx-immaterial (==0.12.3)", "tornado (>=6.3.3)"] speedup = ["tgcrypto-pyrofork (>=1.2.6)", "uvloop (>=0.19.0)"] [[package]]