[PR #1148] [MERGED] Update sphinx requirement from ~=7.3.7 to ~=7.4.7 #1184

Closed
opened 2026-02-28 00:03:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/1148
Author: @dependabot[bot]
Created: 7/22/2024
Status: Merged
Merged: 7/22/2024
Merged by: @dieser-niko

Base: masterHead: dependabot/pip/sphinx-approx-eq-7.4.7


📝 Commits (1)

  • 98d2afd Update sphinx requirement from ~=7.3.7 to ~=7.4.7

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/requirements.txt (+1 -1)

📄 Description

Updates the requirements on sphinx to permit the latest version.

Release notes

Sourced from sphinx's releases.

Sphinx 7.4.7

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

Changelog

Sourced from sphinx's changelog.

Release 7.4.7 (released Jul 20, 2024)

Bugs fixed

  • #12096: Warn when files are overwritten in the build directory. Patch by Adam Turner and Bénédikt Tran.
  • #12620: Ensure that old-style object description options are respected. Patch by Adam Turner.
  • #12601, #12625: Support callable objects in :py:class:~typing.Annotated type metadata in the Python domain. Patch by Adam Turner.
  • #12601, #12622: Resolve :py:class:~typing.Annotated warnings with sphinx.ext.autodoc, especially when using :mod:dataclasses as type metadata. Patch by Adam Turner.
  • #12589, #12626: autosummary: Fix warnings with :rst:role:!autolink. Patch by Adam Turner.

Release 7.4.6 (released Jul 18, 2024)

Bugs fixed

  • #12589, #9743, #12609: autosummary: Do not add the package prefix when generating autosummary directives for modules within a package. Patch by Adam Turner.
  • #12613: Reduce log severity for ambiguity detection during inventory loading. Patch by James Addison.

Release 7.4.5 (released Jul 16, 2024)

Bugs fixed

  • #12593, #12600: Revert coercing the type of selected :confval:html_sidebars values to a list. Log an error message when string values are detected. Patch by Adam Turner.
  • #12594: LaTeX: since 7.4.0, :rst:dir:seealso and other "light" admonitions now break PDF builds if they contain a :dudir:figure directive; and also if they are contained in a table cell (rendered by tabulary). Patch by Jean-François B.

Release 7.4.4 (released Jul 15, 2024)

... (truncated)

Commits
  • 0d912c8 Bump to 7.4.7 final
  • bbc97e0 autosummary: Filter invalid import prefixes in autolink (#12626)
  • 6c486a5 Fix detecting file changes for the overwritten file warning (#12627)
  • 2bd973e autodoc: Fix warnings with dataclasses in Annotated metadata (#12622)
  • dd77f85 Support callables in Annotated types (#12625)
  • 1ed4ca7 Mark test_build_manpage as XFAIL following changes in Docutils master
  • cd8ce07 Update message catalogues following reverted commits
  • c6cd25f Partially revert "Update message catalogues (#11626)"
  • fa2ba7d Partially Revert "[bot]: Update message catalogues (#12563)"
  • e439c6f Ensure that old-style object description options are respected (#12620)
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/1148 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/22/2024 **Merged by:** [@dieser-niko](https://github.com/dieser-niko) **Base:** `master` ← **Head:** `dependabot/pip/sphinx-approx-eq-7.4.7` --- ### 📝 Commits (1) - [`98d2afd`](https://github.com/spotipy-dev/spotipy/commit/98d2afd2501f2550d3f8fd0490e83f728ebc154a) Update sphinx requirement from ~=7.3.7 to ~=7.4.7 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/releases">sphinx's releases</a>.</em></p> <blockquote> <h2>Sphinx 7.4.7</h2> <p>Changelog: <a href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst">sphinx's changelog</a>.</em></p> <blockquote> <h1>Release 7.4.7 (released Jul 20, 2024)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12096">#12096</a>: Warn when files are overwritten in the build directory. Patch by Adam Turner and Bénédikt Tran.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12620">#12620</a>: Ensure that old-style object description options are respected. Patch by Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12601">#12601</a>, <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12625">#12625</a>: Support callable objects in :py:class:<code>~typing.Annotated</code> type metadata in the Python domain. Patch by Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12601">#12601</a>, <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12622">#12622</a>: Resolve :py:class:<code>~typing.Annotated</code> warnings with <code>sphinx.ext.autodoc</code>, especially when using :mod:<code>dataclasses</code> as type metadata. Patch by Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12589">#12589</a>, <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12626">#12626</a>: autosummary: Fix warnings with :rst:role:<code>!autolink</code>. Patch by Adam Turner.</li> </ul> <h1>Release 7.4.6 (released Jul 18, 2024)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12589">#12589</a>, <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/9743">#9743</a>, <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12609">#12609</a>: autosummary: Do not add the package prefix when generating autosummary directives for modules within a package. Patch by Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12613">#12613</a>: Reduce log severity for ambiguity detection during inventory loading. Patch by James Addison.</li> </ul> <h1>Release 7.4.5 (released Jul 16, 2024)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12593">#12593</a>, <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12600">#12600</a>: Revert coercing the type of selected :confval:<code>html_sidebars</code> values to a list. Log an error message when string values are detected. Patch by Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12594">#12594</a>: LaTeX: since 7.4.0, :rst:dir:<code>seealso</code> and other &quot;light&quot; admonitions now break PDF builds if they contain a :dudir:<code>figure</code> directive; and also if they are contained in a table cell (rendered by <code>tabulary</code>). Patch by Jean-François B.</li> </ul> <h1>Release 7.4.4 (released Jul 15, 2024)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinx/commit/0d912c85fd3ec385432fe707f6a0678425d1e841"><code>0d912c8</code></a> Bump to 7.4.7 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/bbc97e035720d96f617921dbd25022e121495b98"><code>bbc97e0</code></a> autosummary: Filter invalid import prefixes in <code>autolink</code> (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12626">#12626</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/6c486a575c858b8b82d2580b76c410121663505f"><code>6c486a5</code></a> Fix detecting file changes for the overwritten file warning (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12627">#12627</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/2bd973e7191c5bc382c1a92b37ab1f20268f42d6"><code>2bd973e</code></a> autodoc: Fix warnings with dataclasses in <code>Annotated</code> metadata (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12622">#12622</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/dd77f851494d24d19aecf0328c6913d121b8b51c"><code>dd77f85</code></a> Support callables in <code>Annotated</code> types (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12625">#12625</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/1ed4ca7e038364b3b10e3d36abb84ee034d4d94c"><code>1ed4ca7</code></a> Mark <code>test_build_manpage</code> as XFAIL following changes in Docutils master</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/cd8ce07d31cfab61b6996cec1334681600dd3259"><code>cd8ce07</code></a> Update message catalogues following reverted commits</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/c6cd25f50dcc2a0bc369da80e75f105a4821d43b"><code>c6cd25f</code></a> Partially revert &quot;Update message catalogues (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11626">#11626</a>)&quot;</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/fa2ba7d5aeaff36aeb1a6c2f49846432fc932c7a"><code>fa2ba7d</code></a> Partially Revert &quot;[bot]: Update message catalogues (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12563">#12563</a>)&quot;</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/e439c6f33f8d8e7bc06b4f6f25dadfda74869ee0"><code>e439c6f</code></a> Ensure that old-style object description options are respected (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12620">#12620</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.7">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#1184
No description provided.