From 49b422a682b090b8a9b9e6dd80d3f7b4d3287962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:03:37 +0000 Subject: [PATCH] tools: update pandas requirement from >=2.0.0 to >=3.0.3 in /tools 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.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 7a83b07..35bcbf0 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -26,4 +26,4 @@ cairosvg==2.9.0 # - pandas: REQUIRED for the aggregations. # The SVG charting (tools/analytics_svg.py) is pure-stdlib, no extra dep. pyarrow>=15.0.0 -pandas>=2.0.0 +pandas>=3.0.3