From 7bffa8d9bcfee969717f11513dc342e3e8532d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:02:07 +0000 Subject: [PATCH] Update pandas requirement from >=2.2 to >=3.0.2 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v3.0.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 298f8c3..56f9383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "monarchmoneycommunity>=1.3.1", "keyring>=25.7.0", "numpy>=2.0", - "pandas>=2.2", + "pandas>=3.0.2", "scipy>=1.13", "yfinance>=0.2.40", ]