From b4798524b898c2c37a2012d8e78affb832b7f3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:15:04 +0000 Subject: [PATCH] Bump pandas from 2.2.3 to 3.0.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 3.0.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-build.txt | 2 +- requirements-freeze.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e8f110..9205f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ keywords = [ ] dependencies = [ "customtkinter==5.2.2", - "pandas==2.2.3", + "pandas==3.0.3", "requests==2.34.1", "Pillow==12.2.0", "psutil==7.2.2", diff --git a/requirements-build.txt b/requirements-build.txt index 0f73c53..5e7958b 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,5 +1,5 @@ customtkinter==5.2.2 -pandas==2.2.3 +pandas==3.0.3 requests==2.34.1 Pillow==12.2.0 psutil==7.2.2 diff --git a/requirements-freeze.txt b/requirements-freeze.txt index 636f0d8..9bc8f8f 100644 --- a/requirements-freeze.txt +++ b/requirements-freeze.txt @@ -10,7 +10,7 @@ idna==3.18 numpy==2.5.0 openpyxl==3.1.5 packaging==26.2 -pandas==2.2.3 +pandas==3.0.3 pefile==2024.8.26 pillow==12.2.0 pip==26.1.2 diff --git a/requirements.txt b/requirements.txt index 3524eca..c375bd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ customtkinter==5.2.2 -pandas==2.2.3 +pandas==3.0.3 requests==2.34.1 Pillow==12.2.0 psutil==7.2.2