diff --git a/poetry.lock b/poetry.lock index cea9b82..c2be306 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.6.post1" 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.6.post1-py3-none-any.whl", hash = "sha256:b7d3ef9bdb61e23747c2cbda756709c228f9fb70cd36f4a4cade80fd69a80399"}, + {file = "PyroFork-2.3.6.post1.tar.gz", hash = "sha256:2055785b91162a9f97fc3dddb0681d78c1ed2aec7c53292c0330256ca704b38b"}, ] [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 = "6302ff976657349b0e23439a50d90cc1012c57203374fa1ff45d8d6542893eeb" diff --git a/pyproject.toml b/pyproject.toml index 864f31d..c0d79bb 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.6" python-dotenv = ">=0.21.1,<1.1.0" PyYAML = "^6.0" TgCrypto = "^1.2.5"