From b4e6be940405cae4afed94c64a9cf965b634b59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:38:03 +0000 Subject: [PATCH] deps(deps): bump pandas from 2.2.1 to 3.0.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fa7fbc..ff934a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "streamlit==1.32.0", "requests==2.31.0", "python-dotenv==1.0.1", - "pandas==2.2.1", + "pandas==3.0.0", "dotenv", "matplotlib", "pytest",