From 98eba0f7dbcb8b794569a936e4ddf4ae0a1a93ce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Feb 2023 23:04:28 +0100 Subject: [PATCH] Update dependency pyTelegramBotAPI to ~=4.9.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 23ee7f8..0f4232a 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -1,4 +1,4 @@ -pyTelegramBotAPI~=4.8.0 +pyTelegramBotAPI~=4.9.0 Markdown~=3.4.1 newsapi-python~=0.2.6 python-dotenv~=0.21.0