Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
ansys-sphinx-theme 1.0.11 1.6.3
ipython 8.26.0 9.6.0
jupyterlab 4.4.3 4.4.9
numpydoc 1.8.0 1.9.0
sphinx 8.0.2 8.2.3
sphinx-autobuild 2024.10.3 2025.8.25
sphinx-autodoc-typehints 2.3.0 3.5.1
jupytext 1.17.2 1.17.3

Updates ansys-sphinx-theme from 1.0.11 to 1.6.3

Release notes

Sourced from ansys-sphinx-theme's releases.

v1.6.3

1.6.3 (October 08, 2025)

Fixed

v1.6.2

1.6.2 (October 08, 2025)

Added

Fixed

Dependencies

... (truncated)

Commits
  • 3ba1298 chore: updating CHANGELOG for v1.6.3
  • bf0b7b0 release: bump version 1.6.3
  • 1c8d342 chore: updating CHANGELOG for v1.6.2
  • 36df9e5 build: bump sphinx-autoapi from 3.6.0 to 3.6.1 (#810)
  • c937ae1 release: bump version 1.6.2
  • 4c21d76 feat: adapt new logo (#811)
  • 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
  • Additional commits viewable in compare view

Updates ipython from 8.26.0 to 9.6.0

Commits

Updates jupyterlab from 4.4.3 to 4.4.9

Release notes

Sourced from jupyterlab's releases.

v4.4.9

4.4.9

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​jupyterlab-probot | @​krassowski | @​martinRenou | @​meeseeksmachine

v4.4.8

4.4.8

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​brichet | @​github-actions | @​HaudinFlorence | @​jtpio | @​jupyterlab-probot | @​krassowski | @​martinRenou | @​meeseeksmachine | @​Meriem-BenIsmail | @​williamstein

v4.4.7

4.4.7

... (truncated)

Commits

Updates numpydoc from 1.8.0 to 1.9.0

Commits
  • 3db2f68 Designate 1.9.0 release
  • 610a25e Designate 1.9.0rc0 release
  • 8044135 Specity the types of numpydoc_xref_ignore option (#631)
  • 865b865 Fix pip setup command in github workflow (#629)
  • 259f8ac Fix broken link in format.rst (#628)
  • 139a344 Switch to storing AST nodes on the stack for more accurate method signature c...
  • 84ebcc0 Switch to dependency groups (#626)
  • 8dbddc6 Bump scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.1...
  • 9862b6a Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group (#620)
  • 5b437b5 BUG: Correct functionality of numpydoc SS05 (#613)
  • Additional commits viewable in compare view

Updates sphinx from 8.0.2 to 8.2.3

Release notes

Sourced from sphinx's releases.

Sphinx 8.2.3

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

Sphinx 8.2.2

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

Sphinx 8.2.1

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

Sphinx 8.2.0

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

Dependencies

  • #13000: Drop Python 3.10 support.

Incompatible changes

  • #13044: Remove the internal and undocumented has_equations data from the MathDomain domain. The undocumented MathDomain.has_equations method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner.
  • #13227: HTML output for sequences of keys in the kbd role no longer uses a <kbd class="kbd compound"> element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner.

Deprecated

  • #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison.
  • #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier.

Features added

  • #13173: Add a new duplicate_declaration warning type, with duplicate_declaration.c and duplicate_declaration.cpp subtypes. Patch by Julien Lecomte and Adam Turner.
  • #11824: linkcode: Allow extensions to add support for a domain by defining the keys that should be present.

... (truncated)

Commits
  • 847ad0c Bump to 8.2.3 final
  • 4091fe3 Add CHANGES for Sphinx 8.2.3
  • c84c21f Correct the date for Sphinx 8.2.2
  • b3881bb Fix _CurrentDocument membership testing with '{c,cpp}:parent_symbol'
  • 92b5303 Define _StrPath.__radd__()
  • 5739a9d Bump version
  • ee96ef3 Bump to 8.2.2 final
  • 3e0021c Move Sphinx 8.2.2 CHANGES to doc/changes
  • 1a62f31 Fix apidoc extension not setting default header/package name (#13391)
  • 13d2899 Replace None filename with '' in Sphinx.add_js_file() (#13402)
  • 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 2.3.0 to 3.5.1

Release notes

Sourced from sphinx-autodoc-typehints's releases.

3.5.1

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.5.0...3.5.1

3.5.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.4.0...3.5.0

3.4.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.3.0...3.4.0

3.3.0

What's Changed

New Contributors

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

3.2.0

What's Changed

New Contributors

... (truncated)

Commits

Updates jupytext from 1.17.2 to 1.17.3

Release notes

Sourced from jupytext's releases.

Version 1.17.3

Added

  • All the extensions supported by Jupytext now appear in the --to paragraph of jupytext --help (#433)
  • We have added a new function get_formats_from_notebook_path that returns the list of paired formats for a given notebook (#1419)

Fixed

  • We have fixed jupytext --sync, and the contents manager, to make sure that a simple .py file (not in the percent format) will not be treated as a paired file when the Jupytext configuration file has formats="ipynb,py:percent" (#1418)
  • A notebook can be moved in Jupyter even if that makes it unpaired (#1414)
  • The test against jupyter-fs now installs its fs extra dependency (#1398)
  • The jupytext --sync command now works correctly with symbolic links. Thanks to mccullerlp for reporting (#1407) and addressing (#1408) the problem!
  • Jupytext will look for quarto.cmd on Windows. Thanks to mccullerlp for documenting the issue (#1406, #1409).
  • We have corrected the jupytext --paired-paths command: it will now take the Jupytext configuration file, if any, into account (#1419)
Changelog

Sourced from jupytext's changelog.

1.17.3 (2025-08-28)

Added

  • All the extensions supported by Jupytext now appear in the --to paragraph of jupytext --help (#433)
  • We have added a new function get_formats_from_notebook_path that returns the list of paired formats for a given notebook (#1419)

Fixed

  • We have fixed jupytext --sync, and the contents manager, to make sure that a simple .py file (not in the percent format) will not be treated as a paired file when the Jupytext configuration file has formats="ipynb,py:percent" (#1418)
  • A notebook can be moved in Jupyter even if that makes it unpaired (#1414)
  • The test against jupyter-fs now installs its fs extra dependency (#1398)
  • The jupytext --sync command now works correctly with symbolic links. Thanks to mccullerlp for reporting (#1407) and addressing (#1408) the problem!
  • Jupytext will look for quarto.cmd on Windows. Thanks to mccullerlp for documenting the issue (#1406, #1409).
  • We have corrected the jupytext --paired-paths command: it will now take the Jupytext configuration file, if any, into account (#1419)
Commits
  • 071953f Version 1.17.3
  • 67043ae A notebook can be moved in Jupyter, even if that makes it unpaired
  • fff8904 Round trip on a simple Python file leaves it unchanged
  • 618c1e4 New function get_formats_from_notebook_path
  • 643aeb2 Fix typos
  • 90f777b Try quarto.cmd on Windows
  • 384174f Update changelog
  • b417ad4 Update package version and changelog
  • 767660d build(deps-dev): bump typescript
  • 34a85e9 build(deps): bump form-data from 4.0.2 to 4.0.4 in /jupyterlab
  • 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

@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Oct 13, 2025
@dependabot dependabot bot requested a review from SMoraisAnsys as a code owner October 13, 2025 01:12
@dependabot dependabot bot added the maintenance Package and maintenance related label Oct 13, 2025
@github-actions github-actions bot removed the maintenance Package and maintenance related label Oct 13, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/documentation-5c9b28873f branch from 658283c to 562f77a Compare October 20, 2025 01:17
…pdates

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

| Package | From | To |
| --- | --- | --- |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.0.11` | `1.6.3` |
| [ipython](https://github.com/ipython/ipython) | `8.26.0` | `9.6.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.4.3` | `4.4.9` |
| [numpydoc](https://github.com/numpy/numpydoc) | `1.8.0` | `1.9.0` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.0.2` | `8.2.3` |
| [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) | `2.3.0` | `3.5.1` |
| [jupytext](https://github.com/mwouts/jupytext) | `1.17.2` | `1.17.3` |



Updates `ansys-sphinx-theme` from 1.0.11 to 1.6.3
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.0.11...v1.6.3)

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

Updates `jupyterlab` from 4.4.3 to 4.4.9
- [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/[email protected]...@jupyterlab/[email protected])

Updates `numpydoc` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst)
- [Commits](numpy/numpydoc@v1.8.0...v1.9.0)

Updates `sphinx` from 8.0.2 to 8.2.3
- [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.0.2...v8.2.3)

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

Updates `jupytext` from 1.17.2 to 1.17.3
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.17.2...v1.17.3)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: ipython
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: documentation
- dependency-name: jupyterlab
  dependency-version: 4.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: documentation
- dependency-name: numpydoc
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: sphinx
  dependency-version: 8.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: documentation
- dependency-name: jupytext
  dependency-version: 1.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/documentation-5c9b28873f branch from 562f77a to efad86b Compare October 27, 2025 01:17
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.

1 participant