From 72025e93a62d3e15088458624b6767326e21b2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:43:10 +0000 Subject: [PATCH] Bump pyrofork from 2.3.15 to 2.3.19.post2 Bumps [pyrofork](https://github.com/Mayuri-Chan/pyrofork) from 2.3.15 to 2.3.19.post2. - [Release notes](https://github.com/Mayuri-Chan/pyrofork/releases) - [Commits](https://github.com/Mayuri-Chan/pyrofork/compare/v2.3.15...v2.3.19.post2) --- updated-dependencies: - dependency-name: pyrofork dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 27 +++++++++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ddd7df..4ca3135 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,23 @@ # This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +[[package]] +name = "aiosqlite" +version = "0.20.0" +description = "asyncio bridge to the standard sqlite3 module" +optional = false +python-versions = ">=3.8" +files = [ + {file = "aiosqlite-0.20.0-py3-none-any.whl", hash = "sha256:36a1deaca0cac40ebe32aac9977a6e2bbc7f5189f23f4a54d5908986729e5bd6"}, + {file = "aiosqlite-0.20.0.tar.gz", hash = "sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7"}, +] + +[package.dependencies] +typing_extensions = ">=4.0" + +[package.extras] +dev = ["attribution (==1.7.0)", "black (==24.2.0)", "coverage[toml] (==7.4.1)", "flake8 (==7.0.0)", "flake8-bugbear (==24.2.6)", "flit (==3.9.0)", "mypy (==1.8.0)", "ufmt (==2.3.0)", "usort (==1.0.8.post1)"] +docs = ["sphinx (==7.2.6)", "sphinx-mdinclude (==0.5.3)"] + [[package]] name = "anyio" version = "3.6.2" @@ -337,16 +355,17 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.3.15" +version = "2.3.19.post2" 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.15-py3-none-any.whl", hash = "sha256:0bd314734f059ea62b0df98a46e48b89a67c61bd8672be70f891e91c0d60f8a3"}, - {file = "pyrofork-2.3.15.tar.gz", hash = "sha256:23cb220921cdb242826058408f19d23d8fd92ff451252ec3e9c63fd5c43aa1f2"}, + {file = "pyrofork-2.3.19.post2-py3-none-any.whl", hash = "sha256:03b44cd9f54bf68747d19c15fe189c95e98b498faf22b2671396b9ca197d59d7"}, + {file = "pyrofork-2.3.19.post2.tar.gz", hash = "sha256:ef48b1bdd955f3f6f8986ca37bb1f9714c2f4d9e6f05e61881dd96de2c210cdc"}, ] [package.dependencies] +aiosqlite = ">=0.19.0" pyaes = "1.6.1" pymediainfo-pyrofork = ">=6.0.1,<7.0.0" pysocks = "1.7.1" @@ -558,4 +577,4 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "5bf53eb9772a2700882099be07484a6ceb3243c1da3e75f1be82156fc7c13f17" +content-hash = "722a20274b866fd497eec166a84e2073b9a3819289fc17f342fe065128304bb3" diff --git a/pyproject.toml b/pyproject.toml index 1939541..08c3052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ async-pymongo = "0.1.3" uvloop = "^0.19.0" tgcrypto = "^1.2.5" apscheduler = {git = "https://github.com/agronholm/apscheduler.git", rev = "master"} -pyrofork = "2.3.15" +pyrofork = "2.3.19.post2" python-dotenv = "^1.0.0" httpx = {extras = ["http2"], version = "^0.26.0"}