diff --git a/poetry.lock b/poetry.lock index cea9b82..24a14fa 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" @@ -1032,16 +1032,14 @@ spelling = ["pyenchant (>=3.2,<4.0)"] testutils = ["gitpython (>3)"] [[package]] -name = "pymediainfo" +name = "pymediainfo-pyrofork" version = "6.0.1" description = "A Python wrapper for the mediainfo library." optional = false python-versions = ">=3.7" files = [ - {file = "pymediainfo-6.0.1-py3-none-macosx_10_15_x86_64.whl", hash = "sha256:81165e895e1e362fa11c128ce2bc976cb8a74224f96f309a88ee047106041b0a"}, - {file = "pymediainfo-6.0.1-py3-none-win32.whl", hash = "sha256:bb3a48ac9706626fd2fa7881f4271728459a1c9a082917deb0c7dd343d8a1be5"}, - {file = "pymediainfo-6.0.1-py3-none-win_amd64.whl", hash = "sha256:c38e79d4d2062732ae555b564c3cac18a6de4f36e033066c617f386cf5e77564"}, - {file = "pymediainfo-6.0.1.tar.gz", hash = "sha256:96e04bac0dfcb726bed70c314b1219121c4b9344c66a98f426ce27d7f9abffb0"}, + {file = "pymediainfo-pyrofork-6.0.1.tar.gz", hash = "sha256:42d109fcaae896033d4915bf73cb324a76d60a7ece43cb4daad6e06e2271177f"}, + {file = "pymediainfo_pyrofork-6.0.1-py2.py3-none-any.whl", hash = "sha256:54bd3d4b50c6cd40e779b23c8135b470ef38a873aa523b3a55cb001901890575"}, ] [[package]] @@ -1140,19 +1138,19 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.2.3" +version = "2.3.7" 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.7-py3-none-any.whl", hash = "sha256:0163300a11117162c4b19ef53d59075776d3d1210a2543b0fc9bb7ee66929ffa"}, + {file = "PyroFork-2.3.7.tar.gz", hash = "sha256:b72b71273b0eb5f764e2695ffa39fd526259e0441e36abf402c4f4860a59e4d6"}, ] [package.dependencies] pyaes = "1.6.1" -pymediainfo = "6.0.1" -pymongo = "4.4.0" +pymediainfo-pyrofork = ">=6.0.1,<7.0.0" +pymongo = ">=4.3.3,<5.0.0" pysocks = "1.7.1" [[package]] @@ -1637,4 +1635,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "2f1158396431a9dec4941a42bb22139250b859cf0b5e2b12e9af12e8f6d1e5ee" +content-hash = "09df7597309251c2872e4d2779864bd946c6924fcc355bd7e7cb802d306ee612" diff --git a/pyproject.toml b/pyproject.toml index 864f31d..23da775 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.7" python-dotenv = ">=0.21.1,<1.1.0" PyYAML = "^6.0" TgCrypto = "^1.2.5"