From 52835d4d9bdd6e5609a5827e923884faf2d710d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:31:18 +0000 Subject: [PATCH 1/2] MAINT: Bump the doc group with 3 updates Bumps the doc group with 3 updates: [panel](https://github.com/holoviz/panel), [pyvista](https://github.com/pyvista/pyvista) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery). 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) Updates `pyvista` 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 `sphinx-gallery` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: panel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8489a8ed9..01293cba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,17 +66,17 @@ doc = [ "numpy==1.26.4", "numpydoc==1.7.0", "pandas==2.2.2", - "panel==1.4.1", + "panel==1.4.2", "plotly==5.21.0", "pypandoc==1.13", "pytest-sphinx==0.6.3", "pythreejs==2.4.2", - "pyvista==0.43.5", + "pyvista==0.43.6", "sphinx-autobuild==2024.4.16", "sphinx-autodoc-typehints==2.1.0", "sphinx-copybutton==0.5.2", "sphinx_design==0.5.0", - "sphinx-gallery==0.15.0", + "sphinx-gallery==0.16.0", "sphinx-notfound-page==1.0.0", "sphinxcontrib-websupport==1.2.7", "sphinxemoji==0.3.1", From b6ed570e7970ff9dfd738763e39a73d577872a1d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Mon, 29 Apr 2024 19:32:23 +0000 Subject: [PATCH 2/2] Adding changelog entry: 725.dependencies.md --- doc/changelog.d/725.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/725.dependencies.md diff --git a/doc/changelog.d/725.dependencies.md b/doc/changelog.d/725.dependencies.md new file mode 100644 index 000000000..e249c8dc9 --- /dev/null +++ b/doc/changelog.d/725.dependencies.md @@ -0,0 +1 @@ +MAINT: Bump the doc group with 3 updates \ No newline at end of file