From d7d8736ef22f98b9df4ae3fc8717b922589a569a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:57:58 +0000 Subject: [PATCH] Bump yfinance from 0.2.49 to 0.2.50 Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.49 to 0.2.50. - [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.49...0.2.50) --- updated-dependencies: - dependency-name: yfinance dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 815f55f..67d0b5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2904,13 +2904,13 @@ sqlalchemy = ">=2,<2.1" [[package]] name = "yfinance" -version = "0.2.49" +version = "0.2.50" description = "Download market data from Yahoo! Finance API" optional = false python-versions = "*" files = [ - {file = "yfinance-0.2.49-py2.py3-none-any.whl", hash = "sha256:cc9c7d09826e7eaee96d179395e814b911e083fbfb325c2fe693cae019b47f38"}, - {file = "yfinance-0.2.49.tar.gz", hash = "sha256:e6b45f8392feb11360450630f86f96a46dfa708d77c334d5376564a9eead952b"}, + {file = "yfinance-0.2.50-py2.py3-none-any.whl", hash = "sha256:0db13b19313043328fe88ded2ddc306ede7d901d0f5181462a1cce76acdbcd2a"}, + {file = "yfinance-0.2.50.tar.gz", hash = "sha256:33b379cad4261313dc93bfe3148d2f6e6083210e6341f0c93dd3af853019b1a0"}, ] [package.dependencies] @@ -2952,4 +2952,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "c40659b7b0e8c3e9284f96e46ee7995cac1d2e37690b88634d87b3a8688e631c" +content-hash = "cb1ff9986bc53dc8b7cbcf3d6f9ec8b8aa9a1e93fa7da598f12f19e75553f1d5" diff --git a/pyproject.toml b/pyproject.toml index 019d423..10fd008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ clarabel = "*" # #mosek = "^10.0.40" -yfinance = "^0.2.49" +yfinance = "^0.2.50" wrds = "^3.2.0" twelvedata = "^1.2.18" graphviz = "^0.20.1"