diff --git a/poetry.lock b/poetry.lock index 6d32f66..8018d73 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1896,13 +1896,13 @@ files = [ [[package]] name = "telethon-v1-24" -version = "1.24.14" +version = "1.24.15" description = "Updated fork of 1.24 branch of Telethon, primarily used by TGPy" optional = false python-versions = ">=3.5" files = [ - {file = "Telethon-v1.24-1.24.14.tar.gz", hash = "sha256:81f8c464d4ab97589284acc907647a5b61b50a2053dedba22717fa7473b08ee6"}, - {file = "Telethon_v1.24-1.24.14-py3-none-any.whl", hash = "sha256:37f9142d675994f8f11ba219c3fd3c71062aa224a8b5c1fac04adf0501a1d2a8"}, + {file = "Telethon-v1.24-1.24.15.tar.gz", hash = "sha256:8ebd5eaa618f844b346ced9ca5c3f9228f2b5f0f1c543b4c42fd9fe4cc3332e4"}, + {file = "Telethon_v1.24-1.24.15-py3-none-any.whl", hash = "sha256:9a35e39d4e7bc3da6aa9c79c355601244b60120153312fdc4199c5722ca8384f"}, ] [package.dependencies] @@ -2120,4 +2120,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4979ca98026b272dbaa4191b148d412fd0c3c246bdeaf458d6674fbf78051563" +content-hash = "442521a14311cfbad5d78f6b5e94701d2625623a00015ef8c8cbdf22ea651658" diff --git a/pyproject.toml b/pyproject.toml index 7f1653c..86883d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ PyYAML = "^6.0" aiorun = "^2023.7.2" rich = "^12.5.1" appdirs = "^1.4.4" -telethon-v1-24 = "^1.24.14" +telethon-v1-24 = "^1.24.15" python-socks = {extras = ["asyncio"], version = "^2.4.3"} cryptg-anyos = "^0.4.1"