[PR #1146] [CLOSED] Update sphinx requirement from ~=7.3.7 to ~=7.4.3 #1183

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/1146
Author: @dependabot[bot]
Created: 7/15/2024
Status: Closed

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


📝 Commits (1)

  • 870ea4e Update sphinx requirement from ~=7.3.7 to ~=7.4.3

📊 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.3

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

Changelog

Sourced from sphinx's changelog.

Release 7.4.3 (released Jul 15, 2024)

Bugs fixed

  • #12582: Restore support for list-styled :confval:source_suffix values with extensions that register parsers. Patch by Adam Turner.

Release 7.4.2 (released Jul 15, 2024)

Bugs fixed

  • #12580, #12583: Resolve failures with the C domain on incremental builds with Sphinx 7.3.7 and earlier. Patch by Adam Turner.

Release 7.4.1 (released Jul 15, 2024)

Bugs fixed

  • Fix invalid HTML when a rubric node with invalid heading-level is used. Patch by Adam Turner.
  • #12579, #12581: Restore support for typing.ParamSpec in autodoc. Patch by Adam Turner.

Release 7.4.0 (released Jul 15, 2024)

Dependencies

  • #12555: Drop Docutils 0.18.1 and Docutils 0.19 support. Patch by Adam Turner.
  • LaTeX: the xcolor package is now required (but is for example part of Ubuntu texlive-latex-recommended which has always been required).
  • LaTeX: the fontawesome5 LaTeX package is needed for the default choices of icons now used in admonition titles in PDF output; but if unavailable the PDF build will simply silently omit rendering such icons. Check the documentation of the iconpackage key of :ref:'sphinxsetup' <latexsphinxsetup> for more.

Deprecated

... (truncated)

Commits
  • c4a7f5b Bump to 7.4.3 final
  • 4bdef1b Remove old-styled source_suffix values in tests
  • 55c8953 Restore support for list-style source_suffix with third-party parsers (#1...
  • a874246 Bump version
  • 1afa344 Bump to 7.4.2 final
  • 1c204e6 Increment the environment version to resolve C domain issues on incremental r...
  • 4051e2c Bump version
  • 1dc45fd Bump to 7.4.1 final
  • 73dd9fc Restore support for typing.ParamSpec (#12581)
  • 18ac58b Fix possibly-invalid HTML when a rubric node is manually created
  • 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/1146 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/15/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/sphinx-approx-eq-7.4.3` --- ### 📝 Commits (1) - [`870ea4e`](https://github.com/spotipy-dev/spotipy/commit/870ea4e90ab5a4e4c2863c5ff322a9eb261cfb86) Update sphinx requirement from ~=7.3.7 to ~=7.4.3 ### 📊 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.3</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.3 (released Jul 15, 2024)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12582">#12582</a>: Restore support for list-styled :confval:<code>source_suffix</code> values with extensions that register parsers. Patch by Adam Turner.</li> </ul> <h1>Release 7.4.2 (released Jul 15, 2024)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12580">#12580</a>, <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12583">#12583</a>: Resolve failures with the C domain on incremental builds with Sphinx 7.3.7 and earlier. Patch by Adam Turner.</li> </ul> <h1>Release 7.4.1 (released Jul 15, 2024)</h1> <h2>Bugs fixed</h2> <ul> <li>Fix invalid HTML when a rubric node with invalid <code>heading-level</code> is used. Patch by Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12579">#12579</a>, <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12581">#12581</a>: Restore support for <code>typing.ParamSpec</code> in autodoc. Patch by Adam Turner.</li> </ul> <h1>Release 7.4.0 (released Jul 15, 2024)</h1> <h2>Dependencies</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12555">#12555</a>: Drop Docutils 0.18.1 and Docutils 0.19 support. Patch by Adam Turner.</li> <li>LaTeX: the <code>xcolor</code> package is now required (but is for example part of Ubuntu <code>texlive-latex-recommended</code> which has always been required).</li> <li>LaTeX: the <code>fontawesome5</code> LaTeX package is needed for the default choices of icons now used in admonition titles in PDF output; but if unavailable the PDF build will simply silently omit rendering such icons. Check the documentation of the <code>iconpackage</code> key of :ref:<code>'sphinxsetup' &lt;latexsphinxsetup&gt;</code> for more.</li> </ul> <h2>Deprecated</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinx/commit/c4a7f5bb76bdcf5e5d72654a622c9991d78ed354"><code>c4a7f5b</code></a> Bump to 7.4.3 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/4bdef1b576a782b3d8392bceafca169d0cee44f2"><code>4bdef1b</code></a> Remove old-styled <code>source_suffix</code> values in tests</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/55c8953cebe017116f473947f2283512933c98c9"><code>55c8953</code></a> Restore support for list-style <code>source_suffix</code> with third-party parsers (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/1">#1</a>...</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/a874246c88735bde5fe9a699a56b42a7217282dd"><code>a874246</code></a> Bump version</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/1afa344f87f6944cd725cb74f755d29bdb7751c8"><code>1afa344</code></a> Bump to 7.4.2 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/1c204e63a9a48ae095b36500376178ded5e9fa7f"><code>1c204e6</code></a> Increment the environment version to resolve C domain issues on incremental r...</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/4051e2cae2d3bd09e1029b45b63888d32a593b93"><code>4051e2c</code></a> Bump version</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/1dc45fd94bc847ec6761b5246963c471cd1caf6e"><code>1dc45fd</code></a> Bump to 7.4.1 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/73dd9fcb9b9d29867754d5a220100ae6c1f4f972"><code>73dd9fc</code></a> Restore support for <code>typing.ParamSpec</code> (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/12581">#12581</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/18ac58bd53aa2c08f487869df2d30f83833c9cca"><code>18ac58b</code></a> Fix possibly-invalid HTML when a rubric node is manually created</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.3">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:58 +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#1183
No description provided.