From b7acbb117b394daa56b11c3cad33a0d51efc68ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:16:55 +0000 Subject: [PATCH] Bump yfinance from 0.2.43 to 0.2.44 Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.43 to 0.2.44. - [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.43...0.2.44) --- updated-dependencies: - dependency-name: yfinance 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 1324791..10014e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "TA-Lib==0.4.32", "tzdata==2024.2", "yellowbrick==1.5", - "yfinance==0.2.43", + "yfinance==0.2.44", "zipline-reloaded==3.1", ]