From f6c6b6d18369bbc78d8004d8d958aca776ec1a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 01:08:38 +0000 Subject: [PATCH] Update pytelegrambotapi requirement from ~=4.17 to ~=4.18 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.18.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..74ae98a 100644 --- a/app/bot/requirements.txt +++ b/app/bot/requirements.txt @@ -1,5 +1,5 @@ -r ../requirements.txt -pyTelegramBotAPI~=4.17 +pyTelegramBotAPI~=4.18 callbaker~=1.4 keyboa~=3.1 \ No newline at end of file