From c9bfc471e60105dd36faba792c920eb50f130546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 04:21:45 +0000 Subject: [PATCH] Bump matplotlib from 3.10.1 to 3.10.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.1 to 3.10.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.1...v3.10.3) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a169d1d..f1b7acf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "jupyterlab_code_formatter==3.0.2", "jupyterlab_widgets==3.0.15", "lightgbm==4.6.0", - "matplotlib==3.10.1", + "matplotlib==3.10.3", "numba==0.61.2", "numexpr==2.10.2", "numpy==2.2.5",