From 1987801e6aaa421c437a1a30b078ca527fe24ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 06:23:05 +0000 Subject: [PATCH] build(deps): update matplotlib requirement from >=3.9 to >=3.10.8 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.9.0...v3.10.8) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 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 2ecca4c..1498336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Minimal event-based Monte Carlo simulation for floating body inte readme = "README.md" requires-python = ">=3.11" dependencies = [ - "matplotlib>=3.9", + "matplotlib>=3.10.8", "numpy>=2.2", ]