Skip to content

Bump the pip-deps group with 2 updates#61

Merged
gab-arrobo merged 1 commit intomasterfrom
dependabot/pip/pip-deps-6f07e45a33
Mar 26, 2026
Merged

Bump the pip-deps group with 2 updates#61
gab-arrobo merged 1 commit intomasterfrom
dependabot/pip/pip-deps-6f07e45a33

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Updates the requirements on sphinx and sphinx-sitemap to permit the latest version.
Updates sphinx 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.
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-sitemap to 2.9.0

Release notes

Sourced from sphinx-sitemap's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: jdillard/sphinx-sitemap@v2.8.0...v2.9.0

Changelog

Sourced from sphinx-sitemap's changelog.

2.9.0

  • |:sparkles:| NEW: Add :confval:sitemap_indent configuration value to control XML indentation [#112](https://github.com/jdillard/sphinx-sitemap/issues/112) <https://github.com/jdillard/sphinx-sitemap/pull/112>_

2.8.0

  • |:sparkles:| NEW: Add support for wildcard patterns to :confval:sitemap_excludes [#113](https://github.com/jdillard/sphinx-sitemap/issues/113) <https://github.com/jdillard/sphinx-sitemap/pull/113>_

2.7.2

Release date: 2025-06-26

  • |:bug:| FIX: Change :confval:sitemap_show_lastmod to default of False

2.7.1

Release date: 2025-06-20

  • Remove support for Python 3.8

2.7.0

Release date: 2025-06-20

  • |:sparkles:| NEW: Add support for lastmod using sphinx-last-updated-by-git_ [#95](https://github.com/jdillard/sphinx-sitemap/issues/95) <https://github.com/jdillard/sphinx-sitemap/pull/95>_

2.6.0

Release date: 2024-04-28

  • |:wrench:| MAINT: Fix deprecated sphinx.testing.path [#83](https://github.com/jdillard/sphinx-sitemap/issues/83) <https://github.com/jdillard/sphinx-sitemap/pull/83>_
  • Drop test support for Python 3.7 and Sphinx 2, 3, and 4.
  • |:sparkles:| NEW: Add sitemap_excludes configuration [#91](https://github.com/jdillard/sphinx-sitemap/issues/91) <https://github.com/jdillard/sphinx-sitemap/pull/91>_

2.5.1

Release date: 2023-08-17

... (truncated)

Commits
  • 70fe479 Add a configuration value to indent the output (aka prettify output) (#112)
  • 96d0936 Bump actions/setup-python from 5 to 6 in the all-github-actions group (#116)
  • 2891693 [pre-commit.ci] pre-commit autoupdate (#115)
  • 03881d6 Bump actions/checkout from 4 to 5 in the all-github-actions group (#114)
  • 822c8c1 ✨ NEW: Add support for wildcard patterns to sitemap_excludes (#113)
  • 3fcffe6 clean up docs
  • 2e22578 Add highlights section to docs
  • 23ca34c Add demo to index.rst
  • fd065b6 Improve lastmod docs
  • 118a17c 🐛 FIX: Change sitemap_show_lastmod to default of False (#110)
  • 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 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

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-sitemap](https://github.com/jdillard/sphinx-sitemap) to permit the latest version.

Updates `sphinx` 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-sitemap` to 2.9.0
- [Release notes](https://github.com/jdillard/sphinx-sitemap/releases)
- [Changelog](https://github.com/jdillard/sphinx-sitemap/blob/master/CHANGELOG.rst)
- [Commits](jdillard/sphinx-sitemap@v2.6.0...v2.9.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-version: 9.1.0
  dependency-type: direct:production
  dependency-group: pip-deps
- dependency-name: sphinx-sitemap
  dependency-version: 2.9.0
  dependency-type: direct:production
  dependency-group: pip-deps
...

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 Mar 26, 2026
@gab-arrobo gab-arrobo merged commit b227b5e into master Mar 26, 2026
2 checks passed
@gab-arrobo gab-arrobo deleted the dependabot/pip/pip-deps-6f07e45a33 branch March 26, 2026 16:04
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.

1 participant