From 3b4a227e6523223f9eb19e9110bffe65e252a6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:19:18 +0000 Subject: [PATCH 1/2] build: bump the docs-deps group with 4 updates Bumps the docs-deps group with 4 updates: [pyvista[jupyter]](https://github.com/pyvista/pyvista), [myst-parser](https://github.com/executablebooks/MyST-Parser), [nbconvert](https://github.com/jupyter/nbconvert) and [panel](https://github.com/holoviz/panel). Updates `pyvista[jupyter]` from 0.43.5 to 0.43.6 - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.43.5...v0.43.6) Updates `myst-parser` from 2.0.0 to 3.0.1 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.1) Updates `nbconvert` from 7.16.3 to 7.16.4 - [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.3...v7.16.4) Updates `panel` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/holoviz/panel/releases) - [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md) - [Commits](https://github.com/holoviz/panel/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: pyvista[jupyter] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-deps - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major dependency-group: docs-deps - dependency-name: nbconvert dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-deps - dependency-name: panel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b31912b80..a6d60d28bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tests = [ "pytest-cov==5.0.0", "pytest-pyvista==0.1.9", "pytest-xvfb==3.0.0", - "pyvista[jupyter]==0.43.5", + "pyvista[jupyter]==0.43.6", "requests==2.31.0", "scipy==1.13.0", "semver==3.0.2", @@ -80,13 +80,13 @@ doc = [ "ipyvtklink==0.2.3", "jupyter_sphinx==0.5.3", "jupytext==1.16.1", - "myst-parser==2.0.0", - "nbconvert==7.16.3", + "myst-parser==3.0.1", + "nbconvert==7.16.4", "nbsphinx==0.9.3", "notebook==7.1.3", "numpydoc==1.7.0", - "panel==1.4.1", - "pyvista[jupyter]==0.43.5", + "panel==1.4.2", + "pyvista[jupyter]==0.43.6", "requests==2.31.0", "sphinx==7.2.6", "sphinx-autodoc-typehints==1.24.0", From 70b69d5129d0c34dc07166a5febcd868411f8c02 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Mon, 29 Apr 2024 17:20:25 +0000 Subject: [PATCH 2/2] Adding changelog entry: 1178.dependencies.md --- doc/changelog.d/1178.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1178.dependencies.md diff --git a/doc/changelog.d/1178.dependencies.md b/doc/changelog.d/1178.dependencies.md new file mode 100644 index 0000000000..bb47ce193b --- /dev/null +++ b/doc/changelog.d/1178.dependencies.md @@ -0,0 +1 @@ +build: bump the docs-deps group with 4 updates \ No newline at end of file