diff --git a/poetry.lock b/poetry.lock index 276484911..c9e54890f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -188,24 +188,6 @@ files = [ [package.dependencies] frozenlist = ">=1.1.0" -[[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.7.1" @@ -1042,25 +1024,24 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.3.19.post2" +version = "2.3.21.post3" 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.19.post2-py3-none-any.whl", hash = "sha256:03b44cd9f54bf68747d19c15fe189c95e98b498faf22b2671396b9ca197d59d7"}, - {file = "pyrofork-2.3.19.post2.tar.gz", hash = "sha256:ef48b1bdd955f3f6f8986ca37bb1f9714c2f4d9e6f05e61881dd96de2c210cdc"}, + {file = "pyrofork-2.3.21.post3-py3-none-any.whl", hash = "sha256:ee658bd28498c97fe61f8920a1051c1c59fb8a2db2084e3cfab41e2ee494b373"}, + {file = "pyrofork-2.3.21.post3.tar.gz", hash = "sha256:67fc61231ba1ea9780647a7ced46e4061824c9b70eeea41b924738bcf10976f0"}, ] [package.dependencies] -aiosqlite = ">=0.19.0" 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.10)", "tornado (>=6.3.3)"] -speedup = ["tgcrypto (>=1.2.5)", "uvloop (>=0.19.0)"] +docs = ["sphinx", "sphinx-autobuild", "sphinx-copybutton", "sphinx-immaterial (==0.11.11)", "tornado (>=6.3.3)"] +speedup = ["tgcrypto-pyrofork (>=1.2.6)", "uvloop (>=0.19.0)"] [[package]] name = "pysocks"