From 802e5b7953bce4d9381a1605c47b42b9735e4d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:44:26 +0000 Subject: [PATCH] build(deps): bump pyrofork from 2.3.13 to 2.3.14 Bumps [pyrofork](https://github.com/Mayuri-Chan/pyrofork) from 2.3.13 to 2.3.14. - [Release notes](https://github.com/Mayuri-Chan/pyrofork/releases) - [Commits](https://github.com/Mayuri-Chan/pyrofork/compare/v2.3.13...v2.3.14) --- updated-dependencies: - dependency-name: pyrofork dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c9b67c7f..c21525ee0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiocache" @@ -976,13 +976,13 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.3.13" -description = "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots" +version = "2.3.14" +description = "Fork of pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots" optional = false -python-versions = "~=3.7" +python-versions = "~=3.8" files = [ - {file = "PyroFork-2.3.13-py3-none-any.whl", hash = "sha256:fb02bd113e24f3148a484c48d2388927f896a8a1ed34a2cb7763805a03385be2"}, - {file = "PyroFork-2.3.13.tar.gz", hash = "sha256:0532fbb0c4938afadde96d3a8aff8c2a0ed85a236ec953134b02c97c182915a8"}, + {file = "pyrofork-2.3.14-py3-none-any.whl", hash = "sha256:9a114f92b6c2b265b4d9feb0d2942810b778a0fc09a0c608c45588b72a580544"}, + {file = "pyrofork-2.3.14.tar.gz", hash = "sha256:ba0d0aff2dc32650f1fcc9f2565b8a3ea8246739c6284164a927e05945784c4b"}, ] [package.dependencies] @@ -990,6 +990,11 @@ pyaes = "1.6.1" pymediainfo-pyrofork = ">=6.0.1,<7.0.0" 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.9)", "tornado (>=6.3.3)"] +speedup = ["tgcrypto (>=1.2.5)", "uvloop (>=0.19.0)"] + [[package]] name = "pysocks" version = "1.7.1"