From 6957adca52355e746c3b13d7089f45cb7c40f8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:17:53 +0000 Subject: [PATCH] Build(deps-dev): Update pandas requirement from <3,>=2 to >=2,<4 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ade8bbd..a3e0274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev-pylint = [ "pylint == 4.0.4", # For checking the noxfile, docs/ script, and tests "frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]", - "pandas >= 2, < 3", # Only required for example + "pandas >= 2, < 4", # Only required for example ] dev-pytest = [ "pytest == 9.0.2", @@ -93,7 +93,7 @@ dev = [ "frequenz-client-reporting[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]", ] examples = [ - "pandas >= 2, < 3", + "pandas >= 2, < 4", ] [project.urls]