From 9e737ae99c209fb8e501e9452d96b314ac73e362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:18:17 +0000 Subject: [PATCH] Bump pandas from 2.3.3 to 3.0.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.3 to 3.0.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f272f96..29c014e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev-pylint = [ dev-pytest = [ "pytest == 9.0.3", "pylint == 4.0.5", # We need this to check for the examples - "pandas == 2.3.3", + "pandas == 3.0.2", "pandas-stubs == 2.3.2.250926", "frequenz-repo-config[extra-lint-examples] == 0.17.0", "pytest-mock == 3.15.1",