diff --git a/poetry.lock b/poetry.lock index 245d3dd..fb370df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1140,13 +1140,13 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.2.3" +version = "2.2.5" 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.2.5-py3-none-any.whl", hash = "sha256:cda643c0d85ba66778745112db7224395e6df67d1b4cdcbdac433fea7eaa9668"}, + {file = "PyroFork-2.2.5.tar.gz", hash = "sha256:17af842d7c5db7f40453b40135d9928846866e868a3424c04da000e01a37708b"}, ] [package.dependencies] @@ -1637,4 +1637,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "ed0c8d4d76f0a24387ca94fb258f0f7b8f99f721c06bf09c3b098a779667b692" +content-hash = "950d5eeee1d767d6f670934096a849aeccd9adbe8e32e9ef48d2338fb4fc36b7" diff --git a/pyproject.toml b/pyproject.toml index 9845bc4..42b487a 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.2.5" python-dotenv = ">=0.21.1,<1.1.0" PyYAML = "^6.0" TgCrypto = "^1.2.5"