From bd03e659053a89ba4a6fe96bb2ea5ccfd1fe02e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 04:32:34 +0000 Subject: [PATCH] deps(prod): update matplotlib requirement from ==3.10.* to >=3.10,<3.12 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.0rc1...v3.11.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3f5e094..834e3ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "packaging>=23.0", # Data and visualisation. - "matplotlib==3.10.*", # pinned: bumping invalidates committed pytest-mpl baselines (FreeType/Agg rendering) + "matplotlib>=3.10,<3.12", # pinned: bumping invalidates committed pytest-mpl baselines (FreeType/Agg rendering) "pandas>=2.0.0", "pandas-stubs~=3.0.0", "pillow>=12.2.0",