Skip to content

Update sphinx requirement from <7.4.6 to <8.2.4 in the dev-dependencies group #1096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

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

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

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner March 10, 2025 00:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 10, 2025
Copy link

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.98%. Comparing base (c7f3ae3) to head (aa497e2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1096   +/-   ##
=======================================
  Coverage   97.98%   97.98%           
=======================================
  Files         199      199           
  Lines        7686     7686           
=======================================
  Hits         7531     7531           
  Misses        155      155           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch 3 times, most recently from a48c1cc to 97349f7 Compare March 19, 2025 11:30
@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch 4 times, most recently from 296acc8 to 05c14d0 Compare March 28, 2025 13:17
@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch from 05c14d0 to 7d15ce6 Compare April 7, 2025 00:13
@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch 2 times, most recently from 6e13a6c to 1f77cd4 Compare April 21, 2025 00:27
@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch from 1f77cd4 to 641c19b Compare April 28, 2025 00:41
Copy link
Contributor

@callumforrester callumforrester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given the docs build I think we should merge

@DominicOram
Copy link
Contributor

I think we still care about the linked comment at sphinx-doc/sphinx#12660 (comment). No @rtuck99? This has been hanging around for ages though so I suggest we either find a work around our side or fix it for them

@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch from 641c19b to 07d8870 Compare May 5, 2025 00:47
@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch 2 times, most recently from b967041 to 71b7b71 Compare May 19, 2025 00:37
@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch from 71b7b71 to 6206bae Compare May 26, 2025 00:25
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `sphinx` 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@v0.1.61611...v8.2.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dev-dependencies-fd48855df3 branch from 6206bae to aa497e2 Compare June 2, 2025 00:20
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.

2 participants