From d3cf0e0c374aaa42bd1923b2e4b525125e1199a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 10:35:50 +0000 Subject: [PATCH] Update yfinance requirement from ~=0.1.6 to ~=0.1.70 in /api Updates the requirements on [yfinance](https://github.com/ranaroussi/yfinance) to permit the latest version. - [Release notes](https://github.com/ranaroussi/yfinance/releases) - [Changelog](https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ranaroussi/yfinance/compare/0.1.55...0.1.70) --- updated-dependencies: - dependency-name: yfinance 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 f6a8369..0824c0d 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -12,5 +12,5 @@ pytest~=7.1.1 pytest-cov marshmallow~=3.15.0 faker~=13.3.4 -yfinance~=0.1.6 +yfinance~=0.1.70 requests~=2.27.1 \ No newline at end of file