From a7c4b65b9955b04999abd61b0022fda14d2dc44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:53:57 +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) --- 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..66786ca 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 \ No newline at end of file