Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the docs-deps group in /doc with 6 updates:

Package From To
ansys-sphinx-theme 1.3.3 1.6.1
sphinx-autobuild 2024.10.3 2025.8.25
sphinx-autodoc-typehints 3.1.0 3.2.0
matplotlib 3.10.1 3.10.6
panel 1.6.1 1.8.1
plotly 6.3.0 6.3.1

Updates ansys-sphinx-theme from 1.3.3 to 1.6.1

Release notes

Sourced from ansys-sphinx-theme's releases.

v1.6.1

1.6.1 (September 11, 2025)

Fixed

v1.6.0

1.6.0 (August 27, 2025)

Added

Fixed

... (truncated)

Commits
  • f461b6c chore: updating CHANGELOG for v1.6.1
  • 28ea399 release: bump version 1.6.1
  • 6f5aee4 chore: updating CHANGELOG for v1.6.0
  • 747e9ee release: bump version v1.6.0
  • 0c497bd fix: add home section (#769)
  • 4cf2799 fix: search bar display at navbar_end (#780)
  • e55d6ab build: bump pyvista[jupyter] from 0.46.1 to 0.46.2 (#779)
  • 084f859 build: bump requests from 2.32.4 to 2.32.5 (#777)
  • e0eedba build: bump pandas from 2.3.1 to 2.3.2 (#778)
  • 10f3627 ci: bump actions/checkout from 4.2.2 to 5.0.0 in the actions group (#776)
  • Additional commits viewable in compare view

Updates sphinx-autobuild from 2024.10.3 to 2025.8.25

Release notes

Sourced from sphinx-autobuild's releases.

Release 2025.08.25

2025.08.25

Changelog

Sourced from sphinx-autobuild's changelog.

Changelog

unreleased

2025.08.25 - 2025-08-25

  • Drop support for Python 3.9-3.10 to match Sphinx.
  • Declare support for Python 3.14.
  • Add an optional --post-build flag to run additional commands after building the documentation.
  • Add support for the SPHINX_AUTOBUILD_DEBUG environment variable to help with debugging.

2024.10.03 - 2024-10-03

  • Improve error handling for failures in pre-build commands.

2024.10.02 - 2024-10-02

  • Show the changed paths that triggered the rebuild.

2024.09.19 - 2024-09-19

  • Fix path filtering on Windows by normalising path separators.
  • Filter various directories by default (.git, venv, etc).
  • Serve the correct directory when using make mode (-M).

2024.09.18 - 2024-09-18

  • Run Sphinx through the Python entry point rather than the binary on PATH.

2024.09.17 - 2024-09-17

  • Relax checks for paths that aren't required to exist.

2024.09.03 - 2024-09-03

  • Fix support for Python 3.9.
  • Fix running sphinx-autobuild via entry point scripts.
  • Run sphinx-build in a subprocess to mitigate autdoc issues.
  • Support the -M 'make mode' option for sphinx-build.

... (truncated)

Commits

Updates sphinx-autodoc-typehints from 3.1.0 to 3.2.0

Release notes

Sourced from sphinx-autodoc-typehints's releases.

3.2.0

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.1.0...3.2.0

Commits

Updates matplotlib from 3.10.1 to 3.10.6

Release notes

Sourced from matplotlib's releases.

REL: v3.10.6

This is a bugfix release in the 3.10.x series.

Highlights from this release include:

- Fix regression of hi-dpi support for Qt
- Fix race condition in TexManager.make_dvi & make_png
- Various documentation and other bugfixes

REL: v3.10.5

This is the fourth bugfix release of the 3.10.x series.

Included in this release is distributed wheels for Python 3.14 (including freethreaded) and Windows ARM.

There are also several smaller bugfixes.

REL: v3.10.3

This is the third bugfix release of the 3.10.x series

Commits
  • 5cd38c3 REL: v3.10.6
  • b2358e7 Release prep v3.10.6
  • 2e04783 Merge branch 'v3.10.5-doc' into v3.10.x
  • d3365af Github stats v3.10.6
  • 81ed659 Merge pull request #30489 from meeseeksmachine/auto-backport-of-pr-30486-on-v...
  • 5351097 Merge pull request #30488 from meeseeksmachine/auto-backport-of-pr-30486-on-v...
  • 6b800b8 Merge pull request #30487 from meeseeksmachine/auto-backport-of-pr-30484-on-v...
  • 25a97fd Backport PR #30486: doc: Update warnings about python-build-standalone
  • 4b79495 Backport PR #30486: doc: Update warnings about python-build-standalone
  • a55b817 Backport PR #30484: FIX: be more cautious about checking widget size
  • Additional commits viewable in compare view

Updates panel from 1.6.1 to 1.8.1

Release notes

Sourced from panel's releases.

Version 1.8.1

Many thanks to @​ATL2001 (first contribution), @​Coderambling, @​philippjfr, and @​hoxbro for their contributions.

Enhancements

  • Add configuration to disable container popup (#8200)

Bug Fixes

  • Ensure Tabulator empty column has no width (#8193)
  • Add UTC timezone to default time for croniter (#8199)

Documentation

  • Update indicators_performance.md to fix typo (#8192)

Version 1.8.0

This release brings a wide range of new features, enhancements, and compatibility improvements. Highlights include support for JSCode in ECharts and Tabulator, reworked WebSocket reconnection, and the ability to bundle resources into WASM apps, and numerous bug fixes to improve stability across components and templates. It also includes compatibility updates for Bokeh 3.8 and several improvements for use in Pyodide, JupyterLite, and authentication-based deployments. Many thanks to our returning contributors @​dalthviz and @​etihwo, a very warm welcome to our new contributors @​c-meier and @​flxmr and as usual many thanks to our core team including @​maximlt, @​hoxbro, @​ahuang11, @​MarcSkovMadsen and @​philippjfr.

🚀 Features

  • Support for inline JavaScript functions in ECharts and Tabulator via JSCode wrapper (#8162)
  • Add support for reconnecting to a session after network disruption (#8120)
  • Add support for AVIF images (#8164)
  • Add support for bundling local resources into WASM apps (#8181)

✨ Enhancements

  • Improve .from_param() behavior and error messages (#8047, #8079)
  • Add --reuse-sessions warm option to reduce session cold starts (#8087)
  • Enable event dispatch immediately after WebSocket connect (#8101)
  • Improve error message display in LiteralInput (#8102)
  • Allow hold usage from a thread (#8113)
  • Improve uniformity and consistency in Tabulator column configuration (#8127)
  • Trigger param.Event correctly on value change (#8148)
  • Allow registering external extension_cdn for JS resources (#8175)
  • Allow overriding the default_widgets on HoloViews pane (#8186)

🐛 Bug Fixes

  • Ensure Terminal resizes correctly (#8109)
  • Bundle correct AceEditor version (#8111)
  • Remove bokeh-sampledata dependency from Pyodide builds (#8138)
  • Correct resource handling when resources are symlinked (#8143)
  • Correct behavior when FileDownload resets cursor before reading (#8154)
  • Fix handling of NaT values (#8156)
  • Apply template design after rendering template (#8155)
  • Prevent select-all checkbox from being hidden in Material theme (#8147)
  • Fix handling of exclusive bounds in Param widgets (#8165)
  • Fix layout of Card headers with row flex mode (#8166)

... (truncated)

Changelog

Sourced from panel's changelog.

Version 1.8.1

Many thanks to @​ATL2001 (first contribution), @​Coderambling, @​philippjfr, and @​hoxbro for their contributions.

Enhancements

  • Add configuration to disable container popup (#8200)

Bug Fixes

  • Ensure Tabulator empty column has no width (#8193)
  • Add UTC timezone to default time for croniter (#8199)

Documentation

  • Update indicators_performance.md to fix typo (#8192)

Version 1.8.0

This release brings a wide range of new features, enhancements, and compatibility improvements. Highlights include support for JSCode in ECharts and Tabulator, reworked WebSocket reconnection, and the ability to bundle resources into WASM apps, and numerous bug fixes to improve stability across components and templates. It also includes compatibility updates for Bokeh 3.8 and several improvements for use in Pyodide, JupyterLite, and authentication-based deployments. Many thanks to our returning contributors @​dalthviz and @​etihwo, a very warm welcome to our new contributors @​c-meier and @​flxmr and as usual many thanks to our core team including @​maximlt, @​hoxbro, @​ahuang11, @​MarcSkovMadsen and @​philippjfr.

🚀 Features

  • Support for inline JavaScript functions in ECharts and Tabulator via JSCode wrapper (#8162)
  • Add support for reconnecting to a session after network disruption (#8120)
  • Add support for AVIF images (#8164)
  • Add support for bundling local resources into WASM apps (#8181)

✨ Enhancements

  • Improve .from_param() behavior and error messages (#8047, #8079)
  • Add --reuse-sessions warm option to reduce session cold starts (#8087)
  • Enable event dispatch immediately after WebSocket connect (#8101)
  • Improve error message display in LiteralInput (#8102)
  • Allow hold usage from a thread (#8113)
  • Improve uniformity and consistency in Tabulator column configuration (#8127)
  • Trigger param.Event correctly on value change (#8148)
  • Allow registering external extension_cdn for JS resources (#8175)
  • Allow overriding the default_widgets on HoloViews pane (#8186)

🐛 Bug Fixes

  • Ensure Terminal resizes correctly (#8109)
  • Bundle correct AceEditor version (#8111)
  • Remove bokeh-sampledata dependency from Pyodide builds (#8138)
  • Correct resource handling when resources are symlinked (#8143)
  • Correct behavior when FileDownload resets cursor before reading (#8154)
  • Fix handling of NaT values (#8156)
  • Apply template design after rendering template (#8155)
  • Prevent select-all checkbox from being hidden in Material theme (#8147)

... (truncated)

Commits

Updates plotly from 6.3.0 to 6.3.1

Release notes

Sourced from plotly's releases.

v6.3.1

Updated

  • Update Plotly.js from version 3.1.0 to version 3.1.1. See the Plotly.js release notes for more information. [#5357]. Notable changes include:
    • Fix issue preventing Scattergl plots with text elements from rendering [plotly.js#7563]
  • Use native legends when converting from matplotlib [#5312], with thanks to @​robertoffmoura to the contribution!
  • Allow shared_yaxes to work with secondary axes [#5180], with thanks to @​gmjw for the contribution!

Fixed

  • Fix issue where width/height in plot layout were not respected during Kaleido image export [#5325]
  • Fix typo in default argument to _ternary_contour.py [#5315], with thanks to @​Lexachoc for the contribution!
  • Fix incorrect fig.show() behavior when ipython is installed [#5258]

Full Changelog: plotly/plotly.py@v6.3.0...v6.3.1

Changelog

Sourced from plotly's changelog.

[6.3.1] - 2025-10-02

Updated

  • Update Plotly.js from version 3.1.0 to version 3.1.1. See the Plotly.js release notes for more information. [#5357]. Notable changes include:
    • Fix issue preventing Scattergl plots with text elements from rendering [plotly.js#7563]
  • Use native legends when converting from matplotlib [#5312], with thanks to @​robertoffmoura to the contribution!
  • Allow shared_yaxes to work with secondary axes [#5180], with thanks to @​gmjw for the contribution!

Fixed

  • Fix issue where width/height in plot layout were not respected during Kaleido image export [#5325]
  • Fix typo in default argument to _ternary_contour.py [#5315], with thanks to @​Lexachoc for the contribution!
  • Fix incorrect fig.show() behavior when ipython is installed [#5258]
Commits
  • ecb00fe update uv lockfile
  • 4e96a43 version changes for v6.3.1
  • a0de8c9 Merge pull request #5361 from plotly/matplotlib-import-fix
  • 832b46c Merge branch 'main' into matplotlib-import-fix
  • b258862 Merge pull request #5180 from gmjw/secondary-y-shared
  • 2c5e2b6 fix matplotlib import
  • 610b7ee Merge branch 'main' into secondary-y-shared
  • fbbc9d6 Merge pull request #5322 from mgorny/plt-import
  • d2af541 Merge pull request #5258 from plotly/fix-default-renderer-when-ipython-installed
  • ead0c76 Merge branch 'main' into plt-import
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the docs-deps group in /doc with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.3.3` | `1.6.1` |
| [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) | `2024.10.3` | `2025.8.25` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `3.1.0` | `3.2.0` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.1` | `3.10.6` |
| [panel](https://github.com/holoviz/panel) | `1.6.1` | `1.8.1` |
| [plotly](https://github.com/plotly/plotly.py) | `6.3.0` | `6.3.1` |


Updates `ansys-sphinx-theme` from 1.3.3 to 1.6.1
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.3.3...v1.6.1)

Updates `sphinx-autobuild` from 2024.10.3 to 2025.8.25
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](sphinx-doc/sphinx-autobuild@2024.10.03...2025.08.25)

Updates `sphinx-autodoc-typehints` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@3.1.0...3.2.0)

Updates `matplotlib` from 3.10.1 to 3.10.6
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.1...v3.10.6)

Updates `panel` from 1.6.1 to 1.8.1
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.6.1...v1.8.1)

Updates `plotly` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-deps
- dependency-name: sphinx-autobuild
  dependency-version: 2025.8.25
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docs-deps
- dependency-name: sphinx-autodoc-typehints
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-deps
- dependency-name: matplotlib
  dependency-version: 3.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-deps
- dependency-name: panel
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-deps
- dependency-name: plotly
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from RobPasMue as a code owner October 6, 2025 12:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@dependabot dependabot bot requested a review from MaxJPRey as a code owner October 6, 2025 12:03
@dependabot dependabot bot added python Pull requests that update python code dependencies Pull requests that update a dependency file labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants