From 4634f8c383f46d25011b10339afed1cce9884e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:09:30 +0000 Subject: [PATCH] chore(deps): bump pyrofork from 2.2.2 to 2.3.2 Bumps [pyrofork](https://github.com/Mayuri-Chan/pyrofork) from 2.2.2 to 2.3.2. - [Release notes](https://github.com/Mayuri-Chan/pyrofork/releases) - [Commits](https://github.com/Mayuri-Chan/pyrofork/compare/v2.2.2...v2.3.2) --- updated-dependencies: - dependency-name: pyrofork dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 +++++----------------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8fd45107..fab3d54d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiofile" @@ -183,17 +183,6 @@ files = [ [package.dependencies] frozenlist = ">=1.1.0" -[[package]] -name = "aiosqlite" -version = "0.18.0" -description = "asyncio bridge to the standard sqlite3 module" -optional = false -python-versions = ">=3.7" -files = [ - {file = "aiosqlite-0.18.0-py3-none-any.whl", hash = "sha256:c3511b841e3a2c5614900ba1d179f366826857586f78abd75e7cbeb88e75a557"}, - {file = "aiosqlite-0.18.0.tar.gz", hash = "sha256:faa843ef5fb08bafe9a9b3859012d3d9d6f77ce3637899de20606b7fc39aa213"}, -] - [[package]] name = "anyio" version = "3.6.2" @@ -1188,17 +1177,16 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.2.2" +version = "2.3.2" description = "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots" optional = false python-versions = "~=3.7" files = [ - {file = "PyroFork-2.2.2-py3-none-any.whl", hash = "sha256:98ea0e4d2a4f71a1555d122634b73ffb797e948b0d7e7d12d767b56a61a76905"}, - {file = "PyroFork-2.2.2.tar.gz", hash = "sha256:0b1debe6bc61ae9658b22a6a5e3b279302a1947227f6b66c54b04a61967a0248"}, + {file = "PyroFork-2.3.2-py3-none-any.whl", hash = "sha256:0ca43d8346e89f26e7db08c5744b5dd02505552086ca2fb66b710fc96744ae92"}, + {file = "PyroFork-2.3.2.tar.gz", hash = "sha256:d9264ec61accf349c74cd18e7b4b0710543e373c2adf8354f32813d4941d6e44"}, ] [package.dependencies] -aiosqlite = ">=0.17.0,<0.19.0" pyaes = "1.6.1" pymediainfo = "6.0.1" pymongo = "4.3.3" @@ -1680,4 +1668,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "88c1b3282873815bd207fa34b6c9670e4b34bb91e0e5079e69ccb5dcd87ede02" +content-hash = "7ec8811cd97a7f8f42da234d1595c4c10a3085975f610103bec09f38c2c84817" diff --git a/pyproject.toml b/pyproject.toml index 5f0dd472..5460d52e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ gitpython = "^3.1.32" meval = "^2.5" pillow = "^10.0.0" pymongo = "^4.3.3" -pyrofork = "^2.2.2" +pyrofork = "^2.3.2" speedtest-cli = "^2.1.3" tomli = {version = "^2.0.1", python = "<3.11"} TgCrypto = "^1.2.5"