From abe2cd661101889005f8142ae444c74acd78190e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:54:55 +0000 Subject: [PATCH] Bump matplotlib from 3.8.2 to 3.8.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: matplotlib 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 ca0ea2de..fc9cb589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ classifiers = [ dependencies = [ "toml==0.10.2", "numpy==1.26.4", - "matplotlib==3.8.2", + "matplotlib==3.8.3", "plotly==5.18.0", ] dynamic = ["version"]