From 3b499f661e0c26171ab9fdfcdd09803a76d1e085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:36:15 +0000 Subject: [PATCH] Bump aiogram from 3.10.0 to 3.13.1 Bumps [aiogram](https://github.com/aiogram/aiogram) from 3.10.0 to 3.13.1. - [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.10.0...v3.13.1) --- updated-dependencies: - dependency-name: aiogram 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 bbb1eb4..42aeda5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiogram==3.10.0 +aiogram==3.13.1 aiogram-dialog==2.2.0a5 pydantic==2.8.2 APScheduler==3.10.4