From 0bdde37ff1462a875cf2f342e4d090fcd03d2333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:10:36 +0000 Subject: [PATCH] Update python-dotenv requirement in /telegram_bot Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: python-dotenv 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..7367b9d 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -1,7 +1,7 @@ pyTelegramBotAPI~=4.5.0 Markdown~=3.3.6 newsapi-python~=0.2.6 -python-dotenv~=0.20.0 +python-dotenv~=0.21.0 requests~=2.27.1 APScheduler~=3.9.1 croniter~=1.3.4