From 5a0e196533aa2e20e1ceb1059aa5170e9d2fada6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:54:39 +0000 Subject: [PATCH] Bump pandas from 2.2.3 to 2.3.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 2.3.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a361f92..72492cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "holidays==0.71", "keyring==25.6.0", "numpy==2.2.4", - "pandas==2.2.3", + "pandas==2.3.2", "plotly==6.0.1", "ratelimit==2.2.1", "requests==2.32.3" diff --git a/requirements.txt b/requirements.txt index 614d998..f0d75d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ freezegun==1.5.1 holidays==0.71 keyring==25.6.0 numpy==2.2.4 -pandas==2.2.3 +pandas==2.3.2 plotly==6.0.1 pytest==8.3.5 ratelimit==2.2.1