From 83ee23053b65609e157eb9fa80c01f94ff75df13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:58:03 +0000 Subject: [PATCH] Bump yfinance from 0.2.44 to 0.2.46 Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.44 to 0.2.46. - [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.44...0.2.46) --- 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 0a809a7..60e24c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3175,13 +3175,13 @@ sqlalchemy = ">=2,<2.1" [[package]] name = "yfinance" -version = "0.2.44" +version = "0.2.46" description = "Download market data from Yahoo! Finance API" optional = false python-versions = "*" files = [ - {file = "yfinance-0.2.44-py2.py3-none-any.whl", hash = "sha256:fdc18791662f286539f7a08dccd7e8191b1ca509814f7b0faac264623bebe8a8"}, - {file = "yfinance-0.2.44.tar.gz", hash = "sha256:532ad1644ee9cf4024ec0d9cade0cc073664ec0d140cc6c22a0cce8a9118b523"}, + {file = "yfinance-0.2.46-py2.py3-none-any.whl", hash = "sha256:371860d532cae76605195678a540e29382bfd0607f8aa61695f753e714916ffc"}, + {file = "yfinance-0.2.46.tar.gz", hash = "sha256:a6e2a128915532a54b8f6614cfdb7a8c242d2386e05f95c89b15865b5d9c0352"}, ] [package.dependencies] @@ -3223,4 +3223,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "ab3c4f80af9902ff0c67ef000b2d0d49c2da76c9391434cc4750c8a1dd0f689f" +content-hash = "fc46624e216021eda3bceab99f465db5c50376ba18420a360f05a20764df740d" diff --git a/pyproject.toml b/pyproject.toml index b5f25eb..3961ca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ clarabel = "*" # #mosek = "^10.0.40" -yfinance = "^0.2.44" +yfinance = "^0.2.46" wrds = "^3.2.0" twelvedata = "^1.2.18" graphviz = "^0.20.1"