From 2891ee6cc31770da5c904381f9ce658e64280c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:30:49 +0000 Subject: [PATCH] chore(deps): bump the market-data group across 1 directory with 2 updates Bumps the market-data group with 2 updates in the / directory: [yfinance](https://github.com/ranaroussi/yfinance) and [pandas](https://github.com/pandas-dev/pandas). Updates `yfinance` from 1.5.1 to 1.5.2 - [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/1.5.1...1.5.2) Updates `pandas` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: market-data - dependency-name: yfinance dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: market-data ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- tools/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 450c172f..3e4f4791 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ slowapi>=0.1.10 starlette-csrf>=3.0.0 python-multipart uvicorn==0.51.0 -yfinance==1.5.1 -pandas==3.0.3 +yfinance==1.5.2 +pandas==3.0.5 pyarrow==24.0.0 ta==0.11.0 plotly==6.9.0 diff --git a/tools/requirements.txt b/tools/requirements.txt index 1ccdc347..ab4f3a87 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,3 +1,3 @@ -pandas>=3.0.3 -yfinance>=1.5.1 +pandas>=3.0.5 +yfinance>=1.5.2 xlrd>=2.0.1 \ No newline at end of file