From 59e12c5bd9596fcbd9779fcb835ebbcd65861e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:17:50 +0000 Subject: [PATCH] Bump aiogram from 3.28.2 to 3.29.0 Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.28.2 to 3.29.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.28.2...v3.29.0) --- updated-dependencies: - dependency-name: aiogram dependency-version: 3.29.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 b68fd9f..685acab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.138.2 uvicorn==0.49.0 -aiogram==3.28.2 +aiogram==3.29.0 PyYAML==6.0.3 pydantic==2.13.4 uvloop==0.22.1; sys_platform == 'linux'