Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the pip group with 2 updates#1710

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
AA-Turner merged 2 commits intomainfromdependabot/pip/pip-26d044459d
Dec 1, 2025

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubDec 1, 2025
edited by github-actionsbot
Loading

Updates the requirements onsphinx-lint andsphinx to permit the latest version.
Updatessphinx-lint from 1.0.1 to 1.0.2

Release notes

Sourced fromsphinx-lint's releases.

v1.0.2

What's Changed

New Contributors

Full Changelog:sphinx-contrib/sphinx-lint@v1.0.1...v1.0.2

Commits

Updatessphinx to 9.0.0

Release notes

Sourced fromsphinx's releases.

Sphinx 9.0.0

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

Dependencies

Incompatible changes

  • #13639:SphinxComponentRegistry.create_source_parser no longerhas anapp parameter, instead takingconfig andenv.Patch by Adam Turner.
  • #13679: Non-decodable characters in source files now raise an error.Such bytes have been replaced with '?' along with logging a warningsince Sphinx 2.0.Patch by Adam Turner.
  • #13751,#14089:sphinx.ext.autodoc has been substantially rewritten,and there may be some incompatible changes in edge cases, especially whenextensions interact with autodoc internals.Theautodoc_use_legacy_class_based option has been added touse the legacy (pre-9.0) implementation of autodoc.Patches by Adam Turner.
  • #13355: Don't include escaped title content in the search index.Patch by Will Lachance.

Deprecated

  • 13627: Deprecate remaining publicapp attributes,includingbuilder.app,env.app,events.app,andSphinxTransform.app.Patch by Adam Turner.
  • #13637: Deprecate theset_application methodofParser objects.Patch by Adam Turner.
  • #13644: Deprecate theParser.config andenv attributes.Patch by Adam Turner.
  • #13665: Deprecate support for non-UTF 8 source encodings,scheduled for removal in Sphinx 10.Patch by Adam Turner.
  • #13682: Deprecatesphinx.io.Sphinx no longer uses thesphinx.io classes,having replaced them with standard Python I/O.The entiresphinx.io module will be removed in Sphinx 10.Patch by Adam Turner.
  • #13631:sphinx.environment.adapters.toctree.global_toctree_for_docandsphinx.environment.BuildEnvironment.get_and_resolve_doctree

... (truncated)

Changelog

Sourced fromsphinx's changelog.

Release 9.0.0 (released Nov 30, 2025)

Dependencies

Incompatible changes

  • #13639: :py:meth:!SphinxComponentRegistry.create_source_parser no longerhas anapp parameter, instead takingconfig andenv.Patch by Adam Turner.
  • #13679: Non-decodable characters in source files now raise an error.Such bytes have been replaced with '?' along with logging a warningsince Sphinx 2.0.Patch by Adam Turner.
  • #13751,#14089: :mod:sphinx.ext.autodoc has been substantially rewritten,and there may be some incompatible changes in edge cases, especially whenextensions interact with autodoc internals.The :confval:autodoc_use_legacy_class_based option has been added touse the legacy (pre-9.0) implementation of autodoc.Patches by Adam Turner.
  • #13355: Don't include escaped title content in the search index.Patch by Will Lachance.

Deprecated

  • 13627: Deprecate remaining public :py:attr:!.app attributes,includingbuilder.app,env.app,events.app,andSphinxTransform.app.Patch by Adam Turner.
  • #13637: Deprecate the :py:meth:!set_application methodof :py:class:~sphinx.parsers.Parser objects.Patch by Adam Turner.
  • #13644: Deprecate the :py:attr:!Parser.config and :py:attr:!env attributes.Patch by Adam Turner.
  • #13665: Deprecate support for non-UTF 8 source encodings,scheduled for removal in Sphinx 10.Patch by Adam Turner.
  • #13682: Deprecate :py:mod:!sphinx.io.Sphinx no longer uses the :py:mod:!sphinx.io classes,having replaced them with standard Python I/O.The entire :py:mod:!sphinx.io module will be removed in Sphinx 10.Patch by Adam Turner.
  • #13631: :func:!sphinx.environment.adapters.toctree.global_toctree_for_doc

... (truncated)

Commits

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 <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

📚 Documentation preview 📚:https://cpython-devguide--1710.org.readthedocs.build/

Updates the requirements on [sphinx-lint](https://github.com/sphinx-contrib/sphinx-lint) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.Updates `sphinx-lint` from 1.0.1 to 1.0.2- [Release notes](https://github.com/sphinx-contrib/sphinx-lint/releases)- [Commits](sphinx-contrib/sphinx-lint@v1.0.1...v1.0.2)Updates `sphinx` to 9.0.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.2.3...v9.0.0)---updated-dependencies:- dependency-name: sphinx-lint  dependency-version: 1.0.2  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: pip- dependency-name: sphinx  dependency-version: 9.0.0  dependency-type: direct:production  dependency-group: pip...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update python code labelsDec 1, 2025
@AA-TurnerAA-Turner merged commit4732570 intomainDec 1, 2025
7 checks passed
@AA-TurnerAA-Turner deleted the dependabot/pip/pip-26d044459d branchDecember 1, 2025 11:02
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@hugovkhugovkhugovk approved these changes

@AA-TurnerAA-TurnerAA-Turner approved these changes

@ezio-melottiezio-melottiezio-melotti approved these changes

Assignees

@ezio-melottiezio-melotti

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@hugovk@AA-Turner@ezio-melotti

[8]ページ先頭

©2009-2025 Movatter.jp