From 3bebd925947cd08cf33c087c3145b537b19c2279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:08:20 +0000 Subject: [PATCH] Bump aiogram from 3.19.0 to 3.21.0 Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.19.0 to 3.21.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.19.0...v3.21.0) --- updated-dependencies: - dependency-name: aiogram dependency-version: 3.21.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 a0f9644..6ff09eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "sferum-bot" version = "0.1.2" dependencies = [ - "aiogram==3.19.0", + "aiogram==3.21.0", "loguru==0.7.3", "python-dotenv==1.1.0", "requests==2.32.3",