From 7d98633b479f35e8585109fd382c785f685b853f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:14:15 +0000 Subject: [PATCH] Bump matplotlib from 3.7.3 to 3.8.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.3 to 3.8.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.3...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib 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 53da56cf..aa11906d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ classifiers = [ dependencies = [ "toml==0.10.2", "numpy==1.26.1", - "matplotlib==3.7.3", + "matplotlib==3.8.0", "plotly==5.18.0", ] dynamic = ["version"]