From 03896339a3ecbeb151ac2029ea6bf2f3b851d96b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 09:42:21 +0000 Subject: [PATCH] Update currencyconverter requirement in /telegram_bot Updates the requirements on [currencyconverter](https://github.com/alexprengere/currencyconverter) to permit the latest version. - [Release notes](https://github.com/alexprengere/currencyconverter/releases) - [Commits](https://github.com/alexprengere/currencyconverter/compare/v0.16.12...v0.17.1) --- updated-dependencies: - dependency-name: currencyconverter 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..f9dad78 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -8,4 +8,4 @@ croniter~=1.3.4 tzlocal==2.1 investpy~=1.0.8 pandas~=1.4.1 -currencyconverter~=0.16.12 \ No newline at end of file +currencyconverter~=0.17.1 \ No newline at end of file -- 2.45.2