From 5d1559a10359a4d40982979e7782ee7048c8973c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:58:03 +0000 Subject: [PATCH] Bump aiogram from 3.22.0 to 3.26.0 Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.22.0 to 3.26.0. - [Release notes](https://github.com/aiogram/aiogram/releases) - [Changelog](https://github.com/aiogram/aiogram/blob/dev-3.x/CHANGES.rst) - [Commits](https://github.com/aiogram/aiogram/compare/v3.22.0...v3.26.0) --- updated-dependencies: - dependency-name: aiogram dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77946f7..6d70522 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.131.0 uvicorn==0.41.0 -aiogram==3.22.0 +aiogram==3.26.0 PyYAML==6.0.3 pydantic==2.12.3 uvloop==0.22.1; sys_platform == 'linux'