Skip to content

Commit

Permalink
build: bump the documentation group with 3 updates (#3311)
Browse files Browse the repository at this point in the history
* 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](plotly/plotly.py@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](sphinx-gallery/sphinx-gallery@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](sphinx-doc/sphinx@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] <support@github.com>

* chore: adding changelog file 3311.dependencies.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pyansys-ci-bot authored Jul 26, 2024
1 parent 9d73626 commit 5fceb15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3311.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump the documentation group with 3 updates
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5fceb15

Please sign in to comment.