From 9628a70758ff60c9256a69e70812d2af6c88c7dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Sep 2022 00:55:33 +0200 Subject: [PATCH] Update dependency pyTelegramBotAPI to ~=4.7.0 --- 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 0c2d0de..d98742b 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -1,4 +1,4 @@ -pyTelegramBotAPI~=4.5.0 +pyTelegramBotAPI~=4.7.0 Markdown~=3.3.6 newsapi-python~=0.2.6 python-dotenv~=0.21.0