From 65afe02ce01b3bd016c83fd9481f5ba14f2e6728 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Sep 2022 00:55:04 +0200 Subject: [PATCH] Update dependency currencyconverter to ~=0.17.1 --- api/requirements.txt | 2 +- telegram_bot/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index d8722b5..d1263de 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -15,4 +15,4 @@ faker~=14.2.0 requests~=2.28.1 investpy~=1.0.8 pandas~=1.4.2 -currencyconverter~=0.16.12 \ No newline at end of file +currencyconverter~=0.17.1 \ No newline at end of file diff --git a/telegram_bot/requirements.txt b/telegram_bot/requirements.txt index d98742b..e55b8b8 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -8,4 +8,4 @@ croniter~=1.3.4 tzlocal==4.2 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