From d806adcac6c919304587d3520866b7a8b3c92a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 04:35:12 +0000 Subject: [PATCH] Bump yfinance from 0.2.59 to 0.2.60 Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.59 to 0.2.60. - [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.2.59...0.2.60) --- updated-dependencies: - dependency-name: yfinance dependency-version: 0.2.60 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26cba27..ce6c2bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "TA-Lib==0.6.3", "tzdata==2025.2", "yellowbrick==1.5", - "yfinance==0.2.59", + "yfinance==0.2.60", "zipline-reloaded==3.1", ]