diff --git a/poetry.lock b/poetry.lock index e040681..4175706 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3123,13 +3123,13 @@ sqlalchemy = ">=2,<2.1" [[package]] name = "yfinance" -version = "0.2.48" +version = "0.2.49" description = "Download market data from Yahoo! Finance API" optional = false python-versions = "*" files = [ - {file = "yfinance-0.2.48-py2.py3-none-any.whl", hash = "sha256:eda797145faa4536595eb629f869d3616e58ed7e71de36856b19f1abaef71a5b"}, - {file = "yfinance-0.2.48.tar.gz", hash = "sha256:1434cd8bf22f345fa27ef1ed82bfdd291c1bb5b6fe3067118a94e256aa90c4eb"}, + {file = "yfinance-0.2.49-py2.py3-none-any.whl", hash = "sha256:cc9c7d09826e7eaee96d179395e814b911e083fbfb325c2fe693cae019b47f38"}, + {file = "yfinance-0.2.49.tar.gz", hash = "sha256:e6b45f8392feb11360450630f86f96a46dfa708d77c334d5376564a9eead952b"}, ] [package.dependencies] @@ -3171,4 +3171,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "0df9dab0eb9ab8b41113f46757baa1fb70b20c4fddfcc35aca87fc61f59ff621" +content-hash = "0ed293f87885b2e1ddc87aadb11bbaf08a9aa42e02d45eb18c2529bfbe25128e" diff --git a/pyproject.toml b/pyproject.toml index f5e7c43..d3ae8d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ clarabel = "*" # #mosek = "^10.0.40" -yfinance = "^0.2.48" +yfinance = "^0.2.49" wrds = "^3.2.0" twelvedata = "^1.2.18" graphviz = "^0.20.1"