diff --git a/poetry.lock b/poetry.lock index 2ddd7df..b2c4c00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -337,13 +337,13 @@ zstd = ["zstandard"] [[package]] name = "pyrofork" -version = "2.3.15" +version = "2.3.18" 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.15-py3-none-any.whl", hash = "sha256:0bd314734f059ea62b0df98a46e48b89a67c61bd8672be70f891e91c0d60f8a3"}, - {file = "pyrofork-2.3.15.tar.gz", hash = "sha256:23cb220921cdb242826058408f19d23d8fd92ff451252ec3e9c63fd5c43aa1f2"}, + {file = "pyrofork-2.3.18-py3-none-any.whl", hash = "sha256:ef6e9874c6b1185e6eda2c577e6c628445eb41faed7ecafcfda38049d8146560"}, + {file = "pyrofork-2.3.18.tar.gz", hash = "sha256:6edd85ba86cf910f590a2f15f77993784e145d77bc4732541b36fdba4c682992"}, ] [package.dependencies] @@ -558,4 +558,4 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "5bf53eb9772a2700882099be07484a6ceb3243c1da3e75f1be82156fc7c13f17" +content-hash = "c37bd5c66ff2bf9e4bd72e4dc7314465f0ba9ef6f6e12e6f25422ee3072f9355" diff --git a/pyproject.toml b/pyproject.toml index 1939541..c3c14d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ async-pymongo = "0.1.3" uvloop = "^0.19.0" tgcrypto = "^1.2.5" apscheduler = {git = "https://github.com/agronholm/apscheduler.git", rev = "master"} -pyrofork = "2.3.15" +pyrofork = "2.3.18" python-dotenv = "^1.0.0" httpx = {extras = ["http2"], version = "^0.26.0"}