diff --git a/pyproject.toml b/pyproject.toml index 13965345b..0b0e26cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "asyncmy>=0.2.10; sys_platform != 'win32'", "aiocache>=0.12.3", "textual[syntax]>=8.2.5", - "aiogram>=3.23.0", + "aiogram>=3.28.2", "aiohttp-socks>=0.10.1", "uvloop>=0.22.1; sys_platform != 'win32'", "aiorwlock>=1.5.0", diff --git a/uv.lock b/uv.lock index 8af0b844b..a9a857cb6 100644 --- a/uv.lock +++ b/uv.lock @@ -22,7 +22,7 @@ wheels = [ [[package]] name = "aiogram" -version = "3.27.0" +version = "3.28.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiofiles" }, @@ -32,9 +32,9 @@ dependencies = [ { name = "pydantic" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b5/09/4bfeb0314b4d78739fc7c3cdcaa77eacaeb089312d9c16f3eb538d0f0f97/aiogram-3.27.0.tar.gz", hash = "sha256:ed5fd6b40d80a6cdb215ab162c9bd9d9b7892fb2710b45e3b762a98c21119297", size = 1753647, upload-time = "2026-04-03T22:57:00.39Z" } +sdist = { url = "https://files.pythonhosted.org/packages/db/3c/72e62c25a7fffedd7dd869e193797b0ed5207041ca90de16bf56fd99e41a/aiogram-3.28.2.tar.gz", hash = "sha256:140913a569516811c4ce576a292491024c8d8a739c47150d64a05aa4adc35310", size = 1855159, upload-time = "2026-05-10T14:20:40.384Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/aa/1f/64c4a9428d15ccea5aa7b204fd53061b94407640d6b075cd61c38899dd53/aiogram-3.27.0-py3-none-any.whl", hash = "sha256:26a091b6266d87db514e02703072035e7c17feebef480f927083bcfb22f634a3", size = 727326, upload-time = "2026-04-03T22:56:58.427Z" }, + { url = "https://files.pythonhosted.org/packages/c9/7b/8bc61691b1fc9d1653e12697436b2742dd1408f14c479d15f46d1ab34be1/aiogram-3.28.2-py3-none-any.whl", hash = "sha256:8a90cdf75a64ba629468f73b6e999662943fff39db213bb406afe114a3e8c0f2", size = 751693, upload-time = "2026-05-10T14:20:38.265Z" }, ] [[package]] @@ -916,7 +916,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "aiocache", specifier = ">=0.12.3" }, - { name = "aiogram", specifier = ">=3.23.0" }, + { name = "aiogram", specifier = ">=3.28.2" }, { name = "aiohttp", specifier = ">=3.13.5" }, { name = "aiohttp-socks", specifier = ">=0.10.1" }, { name = "aiorwlock", specifier = ">=1.5.0" },