Skip to content

CHORE(deps): Bump the documentation group across 1 directory with 8 updates#560

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/requirements/documentation-f3f03d7877
Open

CHORE(deps): Bump the documentation group across 1 directory with 8 updates#560
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/requirements/documentation-f3f03d7877

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps the documentation group with 8 updates in the /requirements directory:

Package From To
ipython 8.26.0 9.12.0
jupyterlab 4.5.5 4.5.6
pypandoc 1.16.2 1.17
sphinx 8.1.3 9.1.0
sphinx-autobuild 2024.10.3 2025.8.25
sphinx-autodoc-typehints 3.0.1 3.9.11
sphinx-design 0.6.1 0.7.0
nbconvert 7.17.0 7.17.1

Updates ipython from 8.26.0 to 9.12.0

Commits

Updates jupyterlab from 4.5.5 to 4.5.6

Release notes

Sourced from jupyterlab's releases.

v4.5.6

4.5.6

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​agriyakhetarpal (activity) | @​IsabelParedes (activity) | @​jtpio (activity) | @​krassowski (activity) | @​soniya-malviy (activity) | @​tmetzl (activity)

Commits
  • e514705 [ci skip] Publish 4.5.6
  • a6dda88 Backport PR #18522 on branch 4.5.x (Replace scrollback implementation with sc...
  • 4a28719 Backport PR #18597 on branch 4.5.x (Harmonize translation wrappers in Python ...
  • 1714c4a Backport PR #18593 on branch 4.5.x (Remove unimplemented filebrowser:search...
  • 3624bbe Backport PR #18585 on branch 4.5.x (Fix status bar focus outlines) (#18590)
  • bf99d9d Backport PR #18588 on branch 4.5.x (Fix filebrowser:create-new-file context...
  • 5b6dee9 Backport PR #18572 on branch 4.5.x (Fix single-character code blocks renderin...
  • da80d67 Backport PR #18554 on branch 4.5.x (Hide code input in CodeConsole when c...
  • 5267a8c Backport PR #18549 on branch 4.5.x (Update benchmark snapshots even if base s...
  • See full diff in compare view

Updates pypandoc from 1.16.2 to 1.17

Release notes

Sourced from pypandoc's releases.

Latest Development Version

Commits

  • 7e33806: Bump astral-sh/setup-uv from 5 to 7 (dependabot[bot]) #432
  • 4d162e9: Bump docker/setup-qemu-action from 3 to 4 (dependabot[bot]) #433
  • 5ee338d: Merge branch 'master' into dependabot/github_actions/docker/setup-qemu-action-4 (Jessica Tegner) #433
Commits
  • 51af11f Skip delocate repair for macOS binary wheels
  • a19984f Fix cibuildwheel version tag to v3.4.0
  • b30f851 Upgrade cibuildwheel from v2 to v3
  • 52ef402 Merge pull request #431 from JessicaTegner/improve_download
  • e1926a2 Move GITHUB_TOKEN to workflow-level env
  • dd1d123 Fix incomplete URL substring sanitization (CodeQL)
  • 69bddd0 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 009df66 Add tests for pandoc download retry and auth behavior
  • 16fb5e4 Fix GitHub 429 rate limit errors in pandoc download
  • 497e395 Merge pull request #427 from JessicaTegner/issue423
  • Additional commits viewable in compare view

Updates sphinx from 8.1.3 to 9.1.0

Release notes

Sourced from sphinx's releases.

Sphinx 9.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add add_static_dir() for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of sphinxsetup. Patch by Jean-François B.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 9.1.0 (released Dec 31, 2025)

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add :meth:~sphinx.application.Sphinx.add_static_dir for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of :ref:'sphinxsetup' <latexsphinxsetup>. Patch by Jean-François B.
Commits
  • cc7c6f4 Bump to 9.1.0 final
  • b127b94 Add app.add_static_dir() for copying extension static files (#14219)
  • 20f1c46 LaTeX: Inhibit breaks for rows with merged vertical cells (#14227)
  • 3c85411 Polish CHANGES.rst (#14225)
  • 9ee5446 LaTeX: restore 1.7 documentation of literalblockcappos (#14224)
  • d75d602 LaTeX: improve (again...) some code comments in time for 9.1.0 (#14222)
  • 8dca61d Improve some LaTeX code comments (#14220)
  • 8ab9600 Bump to 9.1.0 candidate 2
  • d59b237 autodoc: Improve support for non-weakreferencable objects
  • 964424b Use the correct reference for using existing extensions (#14157)
  • 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

  • Set Cache-Control header to no-cache for served files.

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.

... (truncated)

Commits

Updates sphinx-autodoc-typehints from 3.0.1 to 3.9.11

Release notes

Sourced from sphinx-autodoc-typehints's releases.

3.9.11

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.10...3.9.11

3.9.10

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.9...3.9.10

3.9.9

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.8...3.9.9

3.9.8

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.7...3.9.8

3.9.7

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.6...3.9.7

3.9.6

... (truncated)

Commits
  • 963222d 🐛 fix(stubs): evaluate stub-only definitions for annotation resolution (#671)
  • a9a491e 🐛 fix(stubs): resolve imports inside if-blocks in .pyi stubs (#670)
  • 1daf515 🐛 fix(stubs): prevent forward ref warnings from stub annotation pollution (#668)
  • dd58017 🐛 fix(stubs): use new param annotations not class vars (#667)
  • 07749b0 [pre-commit.ci] pre-commit autoupdate (#665)
  • 75a8465 🐛 fix(stubs): resolve relative imports in .pyi stubs (#663)
  • 7237c26 [pre-commit.ci] pre-commit autoupdate (#661)
  • e4a28c9 [pre-commit.ci] pre-commit autoupdate (#660)
  • d725d60 🐛 fix(docstring): preserve blank line after field list (#659)
  • 3bb7231 🐛 fix(resolver): resolve NamedTuple hints from class (#657)
  • Additional commits viewable in compare view

Updates sphinx-design from 0.6.1 to 0.7.0

Release notes

Sourced from sphinx-design's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: executablebooks/sphinx-design@v0.6.1...v0.7.0

Changelog

Sourced from sphinx-design's changelog.

0.7.0 - 2025-01-19

Dependencies

  • ⬆️ Drop Python 3.9 & 3.10, support Python 3.14 by {user}chrisjsewell in {pr}250
  • ⬆️ Drop Sphinx v6, add Sphinx v9 support by {user}chrisjsewell in {pr}250 and {pr}255
  • ⬆️ Update Material Design Icons to v4.0.0-116-ge9da21 by {user}2bndy5 in {pr}223

Docs

  • 📚 Document muted, white, and black semantic colors by {user}agriyakhetarpal in {pr}216
Commits
  • 2e1bb52 🚀 Release v0.7.0 (#256)
  • 6c906da ⬆️ Add Sphinx 9 support (#255)
  • 6325b6f 🔧 Add commit/pr info to AGENTS.md (#254)
  • 0b9c231 🔧 Add copilot-setup-steps.yml workflow for GitHub Copilot coding agent (#253)
  • f2f1be8 🔧 Remove unintended file (#252)
  • 5f9335a 🔧 Add AGENTS.md (#251)
  • d8daebf ⬆️ Drop Python 3.9 & 3.10, support Python 3.14; Drop sphinx v6 (#250)
  • b3d6edd 📚 Document muted, white, and black semantic colors (#216)
  • 18afa33 ⬆️ Update Material Design Icons to v4.0.0-116-ge9da21 (#223)
  • a726237 🧪 add regression test for available material icons (#224)
  • See full diff in compare view

Updates nbconvert from 7.17.0 to 7.17.1

Release notes

Sourced from nbconvert's releases.

v7.17.1

7.17.1

This is a security release, fixing two CVEs:

(full advisories will be published seven days after release, on 2026-04-14).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​akhmerov (activity) | @​bollwyvl (activity) | @​Carreau (activity) | @​ctcjab (activity) | @​davidbrochart (activity) | @​Ken-B (activity) | @​krassowski (activity) | @​mgeier (activity) | @​minrk (activity) | @​mpacer (activity) | @​MSeal (activity) | @​SylvainCorlay (activity) | @​takluyver (activity) | @​timkpaine (activity)

Changelog

Sourced from nbconvert's changelog.

7.17.1

This is a security release, fixing two CVEs:

(full advisories will be published seven days after release, on 2026-04-14).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​akhmerov (activity) | @​bollwyvl (activity) | @​Carreau (activity) | @​ctcjab (activity) | @​davidbrochart (activity) | @​Ken-B (activity) | @​krassowski (activity) | @​mgeier (activity) | @​minrk (activity) | @​mpacer (activity) | @​MSeal (activity) | @​SylvainCorlay (activity) | @​takluyver (activity) | @​timkpaine (activity)

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 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

@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Apr 15, 2026
@dependabot dependabot Bot added the dependencies Related with project dependencies label Apr 15, 2026
@dependabot dependabot Bot requested a review from eblanco-ansys as a code owner April 15, 2026 01:27
@dependabot dependabot Bot added the maintenance Package and maintenance related label Apr 15, 2026
@github-actions github-actions Bot removed the maintenance Package and maintenance related label Apr 15, 2026
…pdates

Bumps the documentation group with 8 updates in the /requirements directory:

| Package | From | To |
| --- | --- | --- |
| [ipython](https://github.com/ipython/ipython) | `8.26.0` | `9.12.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.5` | `4.5.6` |
| [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.16.2` | `1.17` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.3` | `9.1.0` |
| [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.0.1` | `3.9.11` |
| [sphinx-design](https://github.com/executablebooks/sphinx-design) | `0.6.1` | `0.7.0` |
| [nbconvert](https://github.com/jupyter/nbconvert) | `7.17.0` | `7.17.1` |



Updates `ipython` from 8.26.0 to 9.12.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.26.0...9.12.0)

Updates `jupyterlab` from 4.5.5 to 4.5.6
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.5...@jupyterlab/lsp@4.5.6)

Updates `pypandoc` from 1.16.2 to 1.17
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.16.2...v1.17)

Updates `sphinx` from 8.1.3 to 9.1.0
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.1.3...v9.1.0)

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.0.1 to 3.9.11
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@3.0.1...3.9.11)

Updates `sphinx-design` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/executablebooks/sphinx-design/releases)
- [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md)
- [Commits](executablebooks/sphinx-design@v0.6.1...v0.7.0)

Updates `nbconvert` from 7.17.0 to 7.17.1
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbconvert@v7.17.0...v7.17.1)

---
updated-dependencies:
- dependency-name: ipython
  dependency-version: 9.12.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: documentation
- dependency-name: jupyterlab
  dependency-version: 4.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: documentation
- dependency-name: pypandoc
  dependency-version: '1.17'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: sphinx
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: documentation
- dependency-name: sphinx-autobuild
  dependency-version: 2025.8.25
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: documentation
- dependency-name: sphinx-autodoc-typehints
  dependency-version: 3.9.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: sphinx-design
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: nbconvert
  dependency-version: 7.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/requirements/documentation-f3f03d7877 branch from 98b4197 to ab70bd0 Compare April 22, 2026 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants