From 6de3681dddcfd2c89f274caf2ce047148417e1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 09:36:34 +0000 Subject: [PATCH] Update pytelegrambotapi requirement in /telegram_bot 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.5.0...4.5.1) --- updated-dependencies: - dependency-name: pytelegrambotapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- telegram_bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram_bot/requirements.txt b/telegram_bot/requirements.txt index daddc54..cf928c0 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -1,4 +1,4 @@ -pyTelegramBotAPI~=4.5.0 +pyTelegramBotAPI~=4.5.1 Markdown~=3.3.6 newsapi-python~=0.2.6 python-dotenv~=0.20.0 -- 2.47.2