From 4e842e8c0dc67b5dfd9b3cc5c2ebeeb52fe9bc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 09:39:38 +0000 Subject: [PATCH] Update markdown requirement from ~=3.3.6 to ~=3.4.1 in /telegram_bot Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.3.6...3.4.1) --- updated-dependencies: - dependency-name: markdown 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..577dea4 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -1,5 +1,5 @@ pyTelegramBotAPI~=4.5.0 -Markdown~=3.3.6 +Markdown~=3.4.1 newsapi-python~=0.2.6 python-dotenv~=0.20.0 requests~=2.27.1 -- 2.45.2