From ad28c885340559403f078b2363aa23487ea9e7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:36:04 +0000 Subject: [PATCH] Update currencyconverter requirement from ~=0.16.12 to ~=0.16.13 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.16.13) --- 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..b2b851b 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.16.13 \ No newline at end of file