From 5c006528058dbd27c10570a3202a6a0533d238dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 18:43:37 +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/master/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.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 4dcfe5c..6b0de09 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -2,5 +2,5 @@ pyTelegramBotAPI~=4.4.0 Markdown~=3.3.6 yfinance~=0.1.70 newsapi-python~=0.2.6 -python-dotenv~=0.19.2 +python-dotenv~=0.20.0 requests~=2.27.1