From dfd220fb31f7f8acdd28de736ea64af4ba02c4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:34:40 +0100 Subject: [PATCH] Bump nbconvert from 7.16.4 to 7.16.5 in the pip-others group (#4169) Bumps the pip-others group with 1 update: [nbconvert](https://github.com/jupyter/nbconvert). Updates `nbconvert` from 7.16.4 to 7.16.5 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/v7.16.4...v7.16.5) --- updated-dependencies: - dependency-name: nbconvert 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 6b538527f3..82d0b21d23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ ci_publish = [ ci_benchmark = [ "pandas<2.3", # To avoid conflict with nncf==2.9.0 "matplotlib==3.10.0", - "nbconvert==7.16.4", + "nbconvert==7.16.5", "ipython==8.31.0", "ipykernel==6.29.5", "openpyxl==3.1.5",