From d826c3f73fd39de20e1d8b613ac9a84aeccd2342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:21:36 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from >=4.14.1 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.14.1...4.33.0) --- updated-dependencies: - dependency-name: pytelegrambotapi dependency-version: 4.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 63ae736..fb24395 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ prettytable requests==2.33.0 configparser==7.2.0 -pyTelegramBotAPI>=4.14.1 +pyTelegramBotAPI>=4.33.0 requests>=2.25.1 schedule>=1.2.1 telebot>=0.0.5 \ No newline at end of file