From bd92c298c9c7fc823bfe7ffb15ba95a0903e4748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:44:00 +0000 Subject: [PATCH] Bump matplotlib from 3.9.0 to 3.9.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [matplotlib](https://github.com/matplotlib/matplotlib). Updates `matplotlib` from 3.9.0 to 3.9.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.9.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78d86de8f1c8..e0b4c9feb565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ docs-screenshots = [ "ipywidgets==8.1.3", "jupyterlab-geojson==3.4.0", "jupyterlab-language-pack-zh-CN==4.2.post1", - "matplotlib==3.9.0", + "matplotlib==3.9.1", "nbconvert>=7.0.0", "pandas==2.2.2", "scipy==1.14.0",