From d1d310723070f1a312d6f2a93e298700b954112f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:30:17 +0000 Subject: [PATCH] Bump pyrofork from 2.2.3 to 2.3.3 Bumps [pyrofork](https://github.com/Mayuri-Chan/pyrofork) from 2.2.3 to 2.3.3. - [Release notes](https://github.com/Mayuri-Chan/pyrofork/releases) - [Commits](https://github.com/Mayuri-Chan/pyrofork/compare/v2.2.3...v2.3.3) --- updated-dependencies: - dependency-name: pyrofork dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index cea9b82..3d15ba6 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 = "aiocache" @@ -1140,19 +1140,19 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.2.3" +version = "2.3.3" 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.3-py3-none-any.whl", hash = "sha256:e49d85d752801b80cf9514cd684e5914e115e587014071cbf0ff6ada1cec065a"}, - {file = "PyroFork-2.2.3.tar.gz", hash = "sha256:cb059c5707b6e7daa924fd8ac39d4ca2caf84451a33c6099b3f7a1d9225482bb"}, + {file = "PyroFork-2.3.3-py3-none-any.whl", hash = "sha256:e62a1d879a1460b3e810a97cad8cc73bc2fd505bc04e3f230c5d36f1cbe77eb8"}, + {file = "PyroFork-2.3.3.tar.gz", hash = "sha256:d46f95e1c5b5718517ed9c3d5b30f258587cadc361b8e0c89ee66ceb671a56f1"}, ] [package.dependencies] pyaes = "1.6.1" -pymediainfo = "6.0.1" -pymongo = "4.4.0" +pymediainfo = ">=6.0.1,<7.0.0" +pymongo = ">=4.3.3,<5.0.0" pysocks = "1.7.1" [[package]] @@ -1637,4 +1637,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "2f1158396431a9dec4941a42bb22139250b859cf0b5e2b12e9af12e8f6d1e5ee" +content-hash = "d5cdb671347f21921fbc0c42849beb750adab78587c63269961e63983a1249d5" diff --git a/pyproject.toml b/pyproject.toml index 864f31d..6ff4118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ frozenlist = "^1.3.3" meval = "^2.5" multidict = "^6.0.4" pymongo = "^4.3.3" -pyrofork = "^2.2.3" +pyrofork = "^2.3.3" python-dotenv = ">=0.21.1,<1.1.0" PyYAML = "^6.0" TgCrypto = "^1.2.5"