From 6af0845f865cc299038f48549dbf63a94add8376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:25:25 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from ~=4.17 to ~=4.19 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.17.0...4.19.0) --- updated-dependencies: - dependency-name: pytelegrambotapi 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 76394e5..28a1019 100644 --- a/app/bot/requirements.txt +++ b/app/bot/requirements.txt @@ -1,5 +1,5 @@ -r ../requirements.txt -pyTelegramBotAPI~=4.17 +pyTelegramBotAPI~=4.19 callbaker~=1.4 keyboa~=3.1 \ No newline at end of file