From f20dad93e4c18e7dc107e909d5281f78ca09d80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 09:42:34 +0000 Subject: [PATCH] Update currencyconverter requirement from ~=0.16.12 to ~=0.17.1 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f4af07f..cfade89 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -15,4 +15,4 @@ faker~=13.11.0 requests~=2.27.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