From f932ebae0e20694f5d93a2d040a8183a02127813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:36:10 +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.16.13) --- 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..8e0e908 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.16.13 \ No newline at end of file -- 2.47.2