From 9e4250696e63353d7fe3def05aec17e366b43962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:48:11 +0000 Subject: [PATCH] build(deps-dev): bump pandas from 3.0.3 to 3.0.4 Bumps [pandas](https://github.com/pandas-dev/pandas) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddf04b6..7068939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ ] sci = [ "numpy==2.5.0", - "pandas==3.0.3", + "pandas==3.0.4", "regex==2026.5.9", "Pillow==12.2.0", "msgpack==1.2.1",