From ebbc505ec8a86264ada09881f785682e7761838f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:07:19 +0000 Subject: [PATCH] build(deps): bump python-telegram-bot[ext] from 21.10 to 22.0 in /src Bumps [python-telegram-bot[ext]](https://github.com/python-telegram-bot/python-telegram-bot) from 21.10 to 22.0. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v21.10...v22.0) --- updated-dependencies: - dependency-name: python-telegram-bot[ext] dependency-type: direct:production update-type: version-update:semver-major ... 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..f4b355c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,3 +1,3 @@ -python-telegram-bot[ext]==21.10 +python-telegram-bot[ext]==22.0 python-dotenv==1.0.1 yt-dlp==2025.1.26