From b86772449d1ca5ea35564b295c9374104bcbf021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:46:17 +0000 Subject: [PATCH] Bump matplotlib from 3.10.0 to 3.10.1 in /python-wrapper Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.0 to 3.10.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 19ffded4..74f8cd52 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -65,7 +65,7 @@ notebook = [ "neo4j>=5.26.0", "ipywidgets>=8.0.0", "palettable==3.3.3", - "matplotlib==3.10.0", + "matplotlib==3.10.1", "snowflake-snowpark-python==1.26.0", ]