From e5067b9c3ba3d92f7a4b948b258799885b512b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 00:48:18 +0000 Subject: [PATCH 1/2] build: bump the documentation group with 3 updates Bumps the documentation group with 3 updates: [plotly](https://github.com/plotly/plotly.py), [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `plotly` from 5.22.0 to 5.23.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.22.0...v5.23.0) Updates `sphinx-gallery` from 0.16.0 to 0.17.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.16.0...v0.17.0) Updates `sphinx` from 7.4.6 to 7.4.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.6...v7.4.7) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da0e619fa5..7f77df42bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ doc = [ "matplotlib==3.9.1", "numpydoc==1.7.0", "pandas==2.2.2", - "plotly==5.22.0", + "plotly==5.23.0", "pyiges[full]==0.3.1", "pypandoc==1.13", "pytest-sphinx==0.6.3", @@ -94,9 +94,9 @@ doc = [ "sphinx-autodoc-typehints==1.25.2", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.0", - "sphinx-gallery==0.16.0", + "sphinx-gallery==0.17.0", "sphinx-notfound-page==1.0.2", - "sphinx==7.4.6", + "sphinx==7.4.7", "sphinxcontrib-websupport==1.2.7", "sphinxemoji==0.3.1", "vtk==9.3.1", From 9d8949dd37790ce25e8e47303ec342490f6bf10e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 26 Jul 2024 00:49:21 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3311.dependencies.md --- doc/changelog.d/3311.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3311.dependencies.md diff --git a/doc/changelog.d/3311.dependencies.md b/doc/changelog.d/3311.dependencies.md new file mode 100644 index 0000000000..ee0f7490e6 --- /dev/null +++ b/doc/changelog.d/3311.dependencies.md @@ -0,0 +1 @@ +build: bump the documentation group with 3 updates \ No newline at end of file