diff --git a/poetry.lock b/poetry.lock index cea9b82..09d30f1 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.4" 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.4-py3-none-any.whl", hash = "sha256:51798331e8b0ff1bf14757862caa57c1b7f6eaf0cdb1cf75ab21e43e3edf67b9"}, + {file = "PyroFork-2.3.4.tar.gz", hash = "sha256:2d65fc6967ef2ed0c79bfdfed94522d3e1d5bb067a7da7b793c709b3054a72f1"}, ] [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 = "21c93a739f6abb9e4c17be2a18caf2fec4abb9eb9b9226981e38fa673f4090c5" diff --git a/pyproject.toml b/pyproject.toml index 864f31d..9625d76 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.4" python-dotenv = ">=0.21.1,<1.1.0" PyYAML = "^6.0" TgCrypto = "^1.2.5"