From 8aa76a44f3331c24a97904076772cf1202227355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:45:55 +0000 Subject: [PATCH] chore(deps): bump aiogram from 3.29.1 to 3.30.0 Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.29.1 to 3.30.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.29.1...v3.30.0) --- updated-dependencies: - dependency-name: aiogram dependency-version: 3.30.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 c4732d6..87e6d08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Telegram Bot Framework -aiogram==3.29.1 +aiogram==3.30.0 # HTTP client for API requests httpx==0.28.1