From b557783c474dee04c4641c5d69c9ae8fd54a1f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:10:42 +0000 Subject: [PATCH] build(deps): bump python-telegram-bot[ext] from 21.10 to 21.11.1 in /src Bumps [python-telegram-bot[ext]](https://github.com/python-telegram-bot/python-telegram-bot) from 21.10 to 21.11.1. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/v21.11.1/CHANGES.rst) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v21.10...v21.11.1) --- updated-dependencies: - dependency-name: python-telegram-bot[ext] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index fb6294f..01083cd 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ -python-telegram-bot[ext]==21.10 +python-telegram-bot[ext]==21.11.1 python-dotenv==1.0.1 yt-dlp==2025.1.26