From cc281ccf8446544c06610c667292dbe8ca416b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:07:36 +0000 Subject: [PATCH] deps: update matplotlib requirement from >=3.5 to >=3.10.9 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.5.0...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15aa066..fcf3673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ "pyyaml>=6.0.3", "ruff>=0.1", "gymnasium[classic-control]>=0.29", - "matplotlib>=3.5", + "matplotlib>=3.10.9", "mkdocs-material>=9.0", "tqdm>=4.60", "optuna>=3.0",