From 18793f96c2bfb9798d71ceeae7aef0a1189d55f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:38:22 +0000 Subject: [PATCH] build(deps): bump pyrofork from 2.3.21.post3 to 2.3.26 Bumps [pyrofork](https://github.com/Mayuri-Chan/pyrofork) from 2.3.21.post3 to 2.3.26. - [Release notes](https://github.com/Mayuri-Chan/pyrofork/releases) - [Commits](https://github.com/Mayuri-Chan/pyrofork/compare/v2.3.21.post3...v2.3.26) --- updated-dependencies: - dependency-name: pyrofork dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28ed193c4..6f4350ab2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1025,13 +1025,13 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.3.21.post3" +version = "2.3.26" description = "Fork of pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots" optional = false python-versions = "~=3.8" files = [ - {file = "pyrofork-2.3.21.post3-py3-none-any.whl", hash = "sha256:ee658bd28498c97fe61f8920a1051c1c59fb8a2db2084e3cfab41e2ee494b373"}, - {file = "pyrofork-2.3.21.post3.tar.gz", hash = "sha256:67fc61231ba1ea9780647a7ced46e4061824c9b70eeea41b924738bcf10976f0"}, + {file = "pyrofork-2.3.26-py3-none-any.whl", hash = "sha256:f0e8785b56321f5e39353b162a0887cc107180798b6c363df45b6dfd16010a7f"}, + {file = "pyrofork-2.3.26.tar.gz", hash = "sha256:853361b02422ec165318bf9eea0f3e611e8750a1913e2b0c9acc21d937abece3"}, ] [package.dependencies] @@ -1041,7 +1041,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.11.11)", "tornado (>=6.3.3)"] +docs = ["sphinx", "sphinx-autobuild", "sphinx-copybutton", "sphinx-immaterial (==0.11.12)", "tornado (>=6.3.3)"] speedup = ["tgcrypto-pyrofork (>=1.2.6)", "uvloop (>=0.19.0)"] [[package]]