From 1cc6772b7d02ee8b8593b28c3fa2fd2cc7580017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:53:40 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from >=4.29 to >=4.33.0 Updates the requirements on [pytelegrambotapi](https://github.com/eternnoir/pyTelegramBotAPI) to permit the latest version. - [Release notes](https://github.com/eternnoir/pyTelegramBotAPI/releases) - [Commits](https://github.com/eternnoir/pyTelegramBotAPI/compare/4.29.0...4.33.0) --- updated-dependencies: - dependency-name: pytelegrambotapi dependency-version: 4.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot/requirements.txt b/app/bot/requirements.txt index 7e02504..1d3689d 100644 --- a/app/bot/requirements.txt +++ b/app/bot/requirements.txt @@ -1,5 +1,5 @@ -r ../requirements.txt -pyTelegramBotAPI>=4.29 +pyTelegramBotAPI>=4.33.0 callbaker>=1.4 keyboa>=3.1 \ No newline at end of file