From 5025926b620a5201053984c2d7e402443423738e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:18:38 +0000 Subject: [PATCH] Bump matplotlib from 3.9.4 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.4 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.4...v3.10.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 852735bd1..a33c5a701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pyvdrm @ git+https://github.com/cfe-lab/pyvdrm.git@v0.3.2", "numpy==2.2.0", "scipy==1.14.1", - "matplotlib==3.9.4", + "matplotlib==3.10.0", "cutadapt==5.0", "python-Levenshtein==0.26.1", "PyYAML==6.0.2",