From 89d44e344841888265b1a8776c123a667199ed9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:00:11 +0000 Subject: [PATCH] deps(deps): bump matplotlib-inline from 0.1.7 to 0.2.1 Bumps [matplotlib-inline](https://github.com/ipython/matplotlib-inline) from 0.1.7 to 0.2.1. - [Commits](https://github.com/ipython/matplotlib-inline/compare/0.1.7...0.2.1) --- updated-dependencies: - dependency-name: matplotlib-inline dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06eda14..f6d74f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "jupyter_core==5.8.1", "kiwisolver==1.4.9", "matplotlib==3.10.7", - "matplotlib-inline==0.1.7", + "matplotlib-inline==0.2.1", "multitasking==0.0.12", "narwhals==2.8.0", "nbformat==5.10.4",