From 74f659b10f66debcc775dbe7d89e6390394bc821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:12:15 +0100 Subject: [PATCH] Bump the pip-others group across 1 directory with 2 updates (#4138) Bumps the pip-others group with 2 updates in the / directory: [matplotlib](https://github.com/matplotlib/matplotlib) and [ipython](https://github.com/ipython/ipython). Updates `matplotlib` from 3.9.2 to 3.9.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.3) Updates `ipython` from 8.29.0 to 8.30.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.29.0...8.30.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48bec7999e..a2275a91f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,9 +115,9 @@ ci_publish = [ ci_benchmark = [ "pandas<2.3", # To avoid conflict with nncf==2.9.0 - "matplotlib==3.9.2", + "matplotlib==3.9.3", "nbconvert==7.16.4", - "ipython==8.29.0", + "ipython==8.30.0", "ipykernel==6.29.5", "openpyxl==3.1.5", "mlflow==2.18.0",