From 5c02ba7322e931cccae42b2474b90454fe5b4660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:09:44 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from ~=4.31.0 to ~=4.32.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.31.0...4.32.0) --- updated-dependencies: - dependency-name: pytelegrambotapi dependency-version: 4.32.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 e75048a..ed8fe2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTelegramBotAPI~=4.31.0 +pyTelegramBotAPI~=4.32.0