From 6342fd8979e703ff4e601e0f0b2d98eaebe10778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:54:37 +0200 Subject: [PATCH] build(deps): bump pandas from 3.0.2 to 3.0.3 (#1063) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba68296..a2ee0bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "tzfpy==1.3.1", "deap==1.4.4", "requests==2.33.1", - "pandas==3.0.2", + "pandas==3.0.3", "pendulum==3.2.0", "platformdirs==4.9.6", "psutil==7.2.2",