From 268eb331c3b947198de2ef65f8ff92e8ee7e7fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:23:08 +0000 Subject: [PATCH] build(deps): bump aiogram from 3.28.2 to 3.30.0 Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.28.2 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.28.2...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77d48fa..c2f811b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" dependencies = [ - "aiogram==3.28.2", + "aiogram==3.30.0", "bars-api", "cait-api", "fake-useragent==2.2.0",