beeware / toga

A Python native, OS native GUI toolkit.
https://toga.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
4.2k stars 656 forks source link

Bump sphinx-toolbox from 3.5.0 to 3.6.0 in /core #2684

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 5 days ago

Bumps sphinx-toolbox from 3.5.0 to 3.6.0.

Release notes

Sourced from sphinx-toolbox's releases.

Version 3.6.0

Automatically copied from PyPI.


Powered by OctoCheese
📝 docs | :octocat: repo | 🙋 issues | 🏪 marketplace

Changelog

Sourced from sphinx-toolbox's changelog.

3.6.0

  • Documentation fixes in :mod:~.collapse.
  • Dunder methods added in Python 3.13 are hidden by :mod:~.autoprotocol (__non_callable_proto_members__, __firstlineno__, __replace__, __static_attributes__)
  • mod:~.autoprotocol doesn't document subclasses of protocols, unless :class:~.Protocol is one of their direct base classes.
  • Support for Sphinx 7.x
Commits
  • 06db47d Bump version v3.5.0 -> v3.6.0
  • 5e3f87b Cleanup tox.ini and formate.toml
  • 8aff4df Updated files with 'repo_helper'. (#164)
  • 687a561 Skip genericalias.html test on Python 3.13 for now as the link to pathlib.Pat...
  • e82803f Exclude new Python 3.13 dunder methods in tests
  • d226d4b Exclude new Python 3.13 dunder methods in autoprotocol
  • 0920b7b Update reference templates.
  • 45c71f3 Handle recursive_guard change to ForwardRef._evaluate
  • 108531f Specialcase typing.Self in typehints.py
  • 2632ca9 Don't treat subclasses of protocols as protocols for autoprotocol.
  • Additional commits viewable in compare view


Dependabot compatibility score

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