From c455633a832552f1b38aea32f44a659322dbaa68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 08:39:13 +0000 Subject: [PATCH 1/2] build(pip): bump the doc-deps group with 2 updates Bumps the doc-deps group with 2 updates: [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [numpydoc](https://github.com/numpy/numpydoc). Updates `jupyterlab` from 4.4.3 to 4.4.4 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.4.3...@jupyterlab/lsp@4.4.4) Updates `numpydoc` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-deps - dependency-name: numpydoc dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 275b84e82..e4158e504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ jupyter = [ ] doc = [ "ansys-sphinx-theme==1.5.2", - "numpydoc==1.8.0", + "numpydoc==1.9.0", "Sphinx==8.1.3", "sphinx-copybutton==0.5.2", "sphinx-autoapi==3.6.0", @@ -69,7 +69,7 @@ doc = [ "myst-parser==4.0.1", "nbsphinx==0.9.7", "jupytext==1.17.2", - "jupyterlab==4.4.3", + "jupyterlab==4.4.4", "jupyter-server==2.16.0", "nbconvert==7.16.6", "pyvista[jupyter]>=0.43,<0.46", From b76869954601da5622a0dc25359d14ac23c6cb8d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 30 Jun 2025 08:40:32 +0000 Subject: [PATCH 2/2] chore: adding changelog file 648.dependencies.md [dependabot-skip] --- doc/changelog.d/648.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/648.dependencies.md diff --git a/doc/changelog.d/648.dependencies.md b/doc/changelog.d/648.dependencies.md new file mode 100644 index 000000000..551ff4eb7 --- /dev/null +++ b/doc/changelog.d/648.dependencies.md @@ -0,0 +1 @@ +Bump the doc-deps group with 2 updates \ No newline at end of file