Skip to content

Bump sphinx from 7.3.7 to 8.1.3 - #1179

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sphinx-8.1.3
Open

Bump sphinx from 7.3.7 to 8.1.3#1179
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sphinx-8.1.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps sphinx from 7.3.7 to 8.1.3.

Release notes

Sourced from sphinx's releases.

Sphinx 8.1.3

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

Bugs fixed

  • #13013: Restore support for cut_lines() with no object type. Patch by Adam Turner.

Sphinx 8.1.2

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

Bugs fixed

  • #13012: Expose sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

Sphinx 8.1.1

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

Bugs fixed

  • #13006: Use the preferred https://www.cve.org/ URL for the :cve: role. Patch by Hugo van Kemenade.
  • #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B.

Sphinx 8.1.0

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

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee. Patch by Adam Turner.
  • #12822: LaTeX: for Unicode engines, the fvset default is changed to '\\fvset{fontsize=auto}' from '\\fvset{fontsize=\\small}'. Code-blocks are unchanged as FreeMono is now loaded with Scale=0.9. An adjustment to existing projects is needed only if they used a custom fontpkg configuration and did not set fvset.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 8.1.3 (released Oct 13, 2024)

Bugs fixed

  • #13013: Restore support for :func:!cut_lines with no object type. Patch by Adam Turner.

Release 8.1.2 (released Oct 12, 2024)

Bugs fixed

  • #13012: Expose :exc:sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. :exc:!ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

Release 8.1.1 (released Oct 11, 2024)

Bugs fixed

  • #13006: Use the preferred https://www.cve.org/ URL for the :rst:role::cve: <cve> role. Patch by Hugo van Kemenade.
  • #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B.

Release 8.1.0 (released Oct 10, 2024)

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee.

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.3.7...v8.1.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-version: 8.1.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 15, 2026
@netlify

netlify Bot commented Jul 15, 2026

Copy link
Copy Markdown

Deploy Preview for neo4j-graph-data-science-client canceled.

Name Link
🔨 Latest commit 81ed334
🔍 Latest deploy log https://app.netlify.com/projects/neo4j-graph-data-science-client/deploys/6a5743a2ae395f0008ae34a1

FlorentinD added a commit that referenced this pull request Jul 27, 2026
Batches the applicable open dependabot bumps into one commit so that
pyproject.toml and uv.lock stay consistent:

- mypy 2.2.0 -> 2.3.0 (#1178)
- tox 4.56.2 -> 4.58.0 (#1193)
- sphinx 7.3.7 -> 8.1.3 (#1179)
- nbclient 0.10.4 -> 0.11.0 (#1180)
- nbconvert 7.16.6 -> 7.17.1 (#1093)

Verified: ruff, mypy and the unit tests pass; the sphinx API docs still
build with -W. Sphinx 8 changes no rendered output beyond a doctools.js
cache-bust hash and one core aria-label; enum-tools autoenum and
autodoc_pydantic render unchanged. nbconvert produces byte-identical
asciidoc for the tutorial notebooks.

The torch 2.12.1 -> 2.13.0 bump (#1192, #1186) is left out: the PyG wheel
index for torch 2.13.0 ships only pyg_lib, no torch-scatter/torch-sparse
wheels, so notebook-ci would have to build those from source.

Also switch dependabot from the pip to the uv ecosystem, so future PRs
update pyproject.toml and uv.lock together instead of opening duplicate
pip/uv PRs that leave the lockfile stale.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
FlorentinD added a commit that referenced this pull request Jul 27, 2026
Batches the applicable open dependabot bumps into one commit so that
pyproject.toml and uv.lock stay consistent:

- mypy 2.2.0 -> 2.3.0 (#1178)
- tox 4.56.2 -> 4.58.0 (#1193)
- sphinx 7.3.7 -> 8.1.3 (#1179)
- nbclient 0.10.4 -> 0.11.0 (#1180)
- nbconvert 7.16.6 -> 7.17.1 (#1093)

Verified: ruff, mypy and the unit tests pass; the sphinx API docs still
build with -W. Sphinx 8 changes no rendered output beyond a doctools.js
cache-bust hash and one core aria-label; enum-tools autoenum and
autodoc_pydantic render unchanged. nbconvert produces byte-identical
asciidoc for the tutorial notebooks.

The torch 2.12.1 -> 2.13.0 bump (#1192, #1186) is left out: the PyG wheel
index for torch 2.13.0 ships only pyg_lib, no torch-scatter/torch-sparse
wheels, so notebook-ci would have to build those from source.

Also switch dependabot from the pip to the uv ecosystem, so future PRs
update pyproject.toml and uv.lock together instead of opening duplicate
pip/uv PRs that leave the lockfile stale.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

0 participants