From 5a73110497c85cab9d87b9f64fcee1bce600ec87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:55:41 +0000 Subject: [PATCH] Update pandas requirement from >=2.2 to >=3.0.4 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.4) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.4 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 75f6466..94535c6 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.4", "scipy>=1.13", "yfinance>=1.3.0", ]