From 8145bd3c58371e047114e834e2fbdba2de7ec575 Mon Sep 17 00:00:00 2001 From: Ivan Filipenkov Date: Sun, 29 Oct 2023 01:37:40 +0300 Subject: [PATCH] fix(Telethon): new layer fix --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 92e98f9..17a22ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1018,14 +1018,14 @@ files = [ [[package]] name = "telethon-v1-24" -version = "1.24.11" +version = "1.24.12" description = "Updated fork of 1.24 branch of Telethon, primarily used by TGPy" category = "main" optional = false python-versions = ">=3.5" files = [ - {file = "Telethon-v1.24-1.24.11.tar.gz", hash = "sha256:6f25893b4dc6c0b7e293d9f2692f3fa0783a504f7399b578100261a835c6e0e2"}, - {file = "Telethon_v1.24-1.24.11-py3-none-any.whl", hash = "sha256:1b75c45230eafc08e8b40f5bcf00889ccb73453c5f357cdd0050b6aae532bae2"}, + {file = "Telethon-v1.24-1.24.12.tar.gz", hash = "sha256:7be565d8309a64105b9c0517b6169ab97c0c8111a9ece7624116310d118c6365"}, + {file = "Telethon_v1.24-1.24.12-py3-none-any.whl", hash = "sha256:9552737a8de584514cac6916e33bd81b8265e49a2d5912359b03c67c05f25bbe"}, ] [package.dependencies] @@ -1168,4 +1168,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "00839a1953673a34e566544d4cc36417a141900dd13f3e96c33c04dd58419f76" +content-hash = "0f9d3b051b1270eb7df4e58a7e29be23c9eae8345447cb8830520217a9b4794e" diff --git a/pyproject.toml b/pyproject.toml index 13733bd..b1ee0df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ PyYAML = "^6.0" aiorun = "^2022.4.1" rich = "^12.5.1" appdirs = "^1.4.4" -telethon-v1-24 = "^1.24.11" +telethon-v1-24 = "^1.24.12" cryptg-anyos = "^0.4.1" [tool.poetry.dev-dependencies]