From 31ddcfacb5f14ca5c68c18f82279df39f64a612f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:24:28 +0000 Subject: [PATCH 1/2] build: bump notebook from 7.4.4 to 7.4.5 in the docs-deps group Bumps the docs-deps group with 1 update: [notebook](https://github.com/jupyter/notebook). Updates `notebook` from 7.4.4 to 7.4.5 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.4.5/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.4.4...@jupyter-notebook/tree@7.4.5) --- updated-dependencies: - dependency-name: notebook dependency-version: 7.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d5790ba66..764b102ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ doc = [ "myst-parser==4.0.1", "nbconvert==7.16.6", "nbsphinx==0.9.6", - "notebook==7.4.4", + "notebook==7.4.5", "numpydoc==1.9.0", "numpy==2.2.6", "panel==1.7.5", From a4e91ee4ab36a7dace6ce6ccaa58192650c8c324 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:25:49 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2160.dependencies.md [dependabot-skip] --- doc/changelog.d/2160.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2160.dependencies.md diff --git a/doc/changelog.d/2160.dependencies.md b/doc/changelog.d/2160.dependencies.md new file mode 100644 index 0000000000..bcc1ab7d97 --- /dev/null +++ b/doc/changelog.d/2160.dependencies.md @@ -0,0 +1 @@ +Bump notebook from 7.4.4 to 7.4.5 in the docs-deps group \ No newline at end of file