From 9a31fc4b3a7606a6bae47d46fdfba4112a591c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:51:40 +0000 Subject: [PATCH] chore(deps): bump pandas from 3.0.2 to 3.0.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index bdf0b7e..ef4748a 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,4 +1,4 @@ -pandas==3.0.2 +pandas==3.0.3 numpy==2.4.4 requests==2.33.1 matplotlib==3.10.9 diff --git a/requirements.txt b/requirements.txt index 70b88b1..8a405ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pandas>=2.0 +pandas>=3.0.3 numpy>=1.24 requests>=2.31 matplotlib>=3.10.9