Skip to content

build: bump the docs-deps group in /doc with 3 updates#147

Merged
RobPasMue merged 2 commits intomainfrom
dependabot/pip/doc/docs-deps-3033166066
Jan 5, 2026
Merged

build: bump the docs-deps group in /doc with 3 updates#147
RobPasMue merged 2 commits intomainfrom
dependabot/pip/doc/docs-deps-3033166066

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Bumps the docs-deps group in /doc with 3 updates: sphinx-autodoc-typehints, panel and pillow.

Updates sphinx-autodoc-typehints from 3.5.2 to 3.6.2

Release notes

Sourced from sphinx-autodoc-typehints's releases.

3.6.2

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.6.1...3.6.2

3.6.1

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.6.0...3.6.1

3.6.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.5.2...3.6.0

Commits

Updates panel from 1.8.4 to 1.8.5

Release notes

Sourced from panel's releases.

Version 1.8.5

This release includes several fixes and enhancements for notebook stability, Tabulator behavior, ESM/ReactiveComponent handling, and Markdown rendering. It also adds documentation updates for FastAPI integration, app conversion guides, and the Panel roadmap.

🐛 Bug Fixes

  • Fix error in notebook environments causing failure to run apps (#8334)
  • Prevent Tabulator from unintentionally reverting show_index=False back to True (#8333)
  • Ensure transformed param values are inherited by ESM components (#8338)
  • Ensure DataFrame objects can be referenced in Vega datasets (#8330)
  • Improve handling of code highlighting in Markdown pane (#8331)
  • Allow replacing child models inside ReactiveESM components (#8348)

📚 Documentation

  • Add how-to guides for converting Panel apps to desktop and mobile apps (#8349)
  • Update FastAPI integration instructions (#8337)
  • Publish updated Roadmap for Panel v2 and beyond (#8339)

🧪 Maintenance & Build

  • Use trusted publisher setup for NPM release
  • Bump Node.js version used in build
Changelog

Sourced from panel's changelog.

Version 1.8.5

This release includes several fixes and enhancements for notebook stability, Tabulator behavior, ESM/ReactiveComponent handling, and Markdown rendering. It also adds documentation updates for FastAPI integration, app conversion guides, and the Panel roadmap.

🐛 Bug Fixes

  • Fix error in notebook environments causing failure to run apps (#8334)
  • Prevent Tabulator from unintentionally reverting show_index=False back to True (#8333)
  • Ensure transformed param values are inherited by ESM components (#8338)
  • Ensure DataFrame objects can be referenced in Vega datasets (#8330)
  • Improve handling of code highlighting in Markdown pane (#8331)
  • Allow replacing child models inside ReactiveESM components (#8348)

📚 Documentation

  • Add how-to guides for converting Panel apps to desktop and mobile apps (#8349)
  • Update FastAPI integration instructions (#8337)
  • Publish updated Roadmap for Panel v2 and beyond (#8339)

🧪 Maintenance & Build

  • Use trusted publisher setup for NPM release
  • Bump Node.js version used in build
Commits
  • 54d68dc Ensure ESM component properties aren't transformed twice (#8351)
  • b2bfcca Bump panel.js to 1.8.5
  • 14c80ae Add CHANGELOG and bump panel.js to 1.8.5-rc.0
  • f355e32 Update Roadmap for v2 and beyond (#8339)
  • f000cb8 Add how-to guides for converting Panel apps to desktop and mobile application...
  • 2dff293 Ensure ReactiveESM child models can be replaced (#8348)
  • f80fb1e Ensure ESM component inherit transformed param values (#8338)
  • 94fd915 Bump panel.js to 1.8.5-a.2
  • 8dfdeb8 Doc update - Updated FastAPI integration instructions (#8337)
  • 904ad71 build: Update panel.js to 1.8.5-a.1
  • Additional commits viewable in compare view

Updates pillow from 12.0.0 to 12.1.0

Release notes

Sourced from pillow's releases.

12.1.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.1.0.html

Deprecations

Documentation

Dependencies

Testing

Type hints

... (truncated)

Commits

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 3 updates: [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints), [panel](https://github.com/holoviz/panel) and [pillow](https://github.com/python-pillow/Pillow).


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

Updates `panel` from 1.8.4 to 1.8.5
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.8.4...v1.8.5)

Updates `pillow` from 12.0.0 to 12.1.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@12.0.0...12.1.0)

---
updated-dependencies:
- dependency-name: sphinx-autodoc-typehints
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-deps
- dependency-name: panel
  dependency-version: 1.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-deps
- dependency-name: pillow
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from RobPasMue as a code owner January 5, 2026 11:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 5, 2026
@dependabot dependabot Bot requested a review from MaxJPRey as a code owner January 5, 2026 11:13
@RobPasMue RobPasMue merged commit 258c292 into main Jan 5, 2026
18 of 23 checks passed
@RobPasMue RobPasMue deleted the dependabot/pip/doc/docs-deps-3033166066 branch January 5, 2026 11:31
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