From 967af7477fc4be1523efccb061c6ab89cd5004f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:07:52 +0000 Subject: [PATCH] Bump aiogram from 3.19.0 to 3.20.0.post0 Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.19.0 to 3.20.0.post0. - [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.20.0.post0) --- updated-dependencies: - dependency-name: aiogram dependency-version: 3.20.0.post0 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..83d8b53 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.20.0.post0", "loguru==0.7.3", "python-dotenv==1.1.0", "requests==2.32.3",