From 8fecd30e26934c70cbd5ae8d039d554b30611e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:07:26 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from >=4.36.0 to >=4.36.1 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.36.0...4.36.1) --- updated-dependencies: - dependency-name: pytelegrambotapi dependency-version: 4.36.1 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 afb5973..7ddb329 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ prettytable requests==2.33.0 configparser==7.2.0 -pyTelegramBotAPI>=4.36.0 +pyTelegramBotAPI>=4.36.1 requests>=2.25.1 schedule>=1.2.2 telebot>=0.0.5 \ No newline at end of file