From 1f1a4e1b8981f7a6914a6f14e18952cc851b148d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 18:22:28 +0000 Subject: [PATCH] Bump matplotlib from 3.4.2 to 3.7.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.2 to 3.7.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.2...v3.7.1) --- 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 50f2be8e..aee2a200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ 'pyobjc-core>=7.1; platform_system == "Darwin"', 'darkdetect>=0.3.1', 'pyobjc-framework-cocoa>=7.1; platform_system == "Darwin"', - 'matplotlib==3.4.2', + 'matplotlib==3.7.1', 'EasyReflectometryLib @ git+https://github.com/easyScience/EasyReflectometryLib.git@develop', 'easyApp @ git+https://github.com/easyScience/easyApp.git@develop', 'toml>=0.10.2'