From 7427c55d76dad6d6fb1d998f7b790af8b089fc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:00:20 +0100 Subject: [PATCH] Bump matplotlib from 3.9.3 to 3.9.4 in the pip-others group (#4156) Bumps the pip-others group with 1 update: [matplotlib](https://github.com/matplotlib/matplotlib). Updates `matplotlib` from 3.9.3 to 3.9.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.3...v3.9.4) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bcf73fc1d..66e0780079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ ci_publish = [ ci_benchmark = [ "pandas<2.3", # To avoid conflict with nncf==2.9.0 - "matplotlib==3.9.3", + "matplotlib==3.9.4", "nbconvert==7.16.4", "ipython==8.30.0", "ipykernel==6.29.5",