From 802a20b02987e2a30ce01b1d3723550151175cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:23:18 +0000 Subject: [PATCH] Bump matplotlib from 3.8.1 to 3.8.2 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b7d5b9ed..ed6db552b 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ 'atomistics==0.1.2', 'defusedxml==0.7.1', 'h5py==3.10.0', - 'matplotlib==3.8.1', + 'matplotlib==3.8.2', 'mendeleev==0.14.0', 'mp-api==0.37.5', 'numpy==1.26.0',