Skip to content

chore(deps): update doc packages #3240

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
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Sphinx (changelog) ==8.1.3 -> ==8.2.3 age adoption passing confidence
Sphinx-Substitution-Extensions ==2025.1.2 -> ==2025.6.6 age adoption passing confidence
beautifulsoup4 (changelog) ==4.13.1 -> ==4.13.4 age adoption passing confidence
certifi ==2025.1.31 -> ==2025.4.26 age adoption passing confidence
click (changelog) ==8.1.8 -> ==8.2.1 age adoption passing confidence
importlib-metadata ==8.6.1 -> ==8.7.0 age adoption passing confidence
lxml (source, changelog) ==5.3.0 -> ==5.4.0 age adoption passing confidence
pyparsing ==3.2.1 -> ==3.2.3 age adoption passing confidence
pytz ==2025.1 -> ==2025.2 age adoption passing confidence
soupsieve ==2.6 -> ==2.7 age adoption passing confidence
sphinx-book-theme ==1.1.3 -> ==1.1.4 age adoption passing confidence
typing-extensions (changelog) ==4.12.2 -> ==4.14.0 age adoption passing confidence
urllib3 (changelog) ==2.3.0 -> ==2.4.0 age adoption passing confidence
zipp ==3.21.0 -> ==3.23.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sphinx-doc/sphinx (Sphinx)

v8.2.3: Sphinx 8.2.3

Compare Source

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

v8.2.2: Sphinx 8.2.2

Compare Source

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

v8.2.1: Sphinx 8.2.1

Compare Source

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

v8.2.0: Sphinx 8.2.0

Compare Source

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

Dependencies

Incompatible changes

  • #​13044: Remove the internal and undocumented has_equations data
    from the MathDomain domain.
    The undocumented MathDomain.has_equations method
    now unconditionally returns True.
    These are replaced by the has_maths_elements key of the page context dict.
    Patch by Adam Turner.
  • #​13227: HTML output for sequences of keys in the kbd role
    no longer uses a <kbd class="kbd compound"> element to wrap
    the keys and separators, but places them directly in the relevant parent node.
    This means that CSS rulesets targeting kbd.compound or .kbd.compound
    will no longer have any effect.
    Patch by Adam Turner.

Deprecated

  • #​13037: Deprecate the SingleHTMLBuilder.fix_refuris method.
    Patch by James Addison.
  • #​13083, #​13330: Un-deprecate sphinx.util.import_object.
    Patch by Matthias Geier.

Features added

  • #​13173: Add a new duplicate_declaration warning type,
    with duplicate_declaration.c and duplicate_declaration.cpp subtypes.
    Patch by Julien Lecomte and Adam Turner.
  • #​11824: linkcode: Allow extensions to add support for a domain by defining
    the keys that should be present.
    Patch by Nicolas Peugnet.
  • #​13144: Add a class option to the autosummary directive.
    Patch by Tim Hoffmann.
  • #​13146: Napoleon: Unify the type preprocessing logic to allow
    Google-style docstrings to use the optional and default keywords.
    Patch by Chris Barrick.
  • #​13227: Implement the kbd role as a SphinxRole.
    Patch by Adam Turner.
  • #​13065: Enable colour by default in when running on CI.
    Patch by Adam Turner.
  • #​13230: Allow supressing warnings from the toctree directive
    when a glob pattern doesn't match any documents,
    via the new toc.empty_glob warning sub-type.
    Patch by Slawek Figiel.
  • #​9732: Add the new autodoc.mocked_object warnings sub-type.
    Patch by Cyril Roelandt.
  • #​7630, #​4824: autodoc: Use .pyi type stub files
    to auto-document native modules.
    Patch by Adam Turner, partially based on work by Allie Fitter.
  • #​12975: Enable configuration of trailing commas in multi-line signatures
    in the Python and Javascript domains, via the new
    python_trailing_comma_in_multi_line_signatures and
    javascript_trailing_comma_in_multi_line_signatures
    configuration options.
  • #​13264: Rename the math directive's nowrap option
    to no-wrap.
    Patch by Adam Turner.
  • #​13269: Added the option to disable the use of type comments in
    via the new autodoc_use_type_comments option,
    which defaults to True for backwards compatibility.
    The default will change to False in Sphinx 10.
    Patch by Adam Turner.
  • #​9732: Add the new ref.any warnings sub-type
    to allow suppressing the ambiguous 'any' cross-reference warning.
    Patch by Simão Afonso and Adam Turner.
  • #​13272: The Python and JavaScript module directives now support
    the :no-index-entry: option.
    Patch by Adam Turner.
  • #​12233: autodoc: Allow directives to use :no-index-entry:
    and include the :no-index: and :no-index-entry: options within
    autodoc_default_options.
    Patch by Jonny Saunders and Adam Turner.
  • #​13172: Add support for short signatures in autosummary.
    Patch by Tim Hoffmann.
  • #​13271: Change the signature prefix for abstract methods
    in the Python domain to abstractmethod from abstract.
    Patch by Adam Turner.
  • #​13271: Support the :abstract: option for
    classes, methods, and properties in the Python domain.
    Patch by Adam Turner.
  • #​12507: Add the collapsible <collapsible-admonitions> option
    to admonition directives.
    Patch by Chris Sewell.
  • #​8191, #​8159: Add include-subclasses option to
    the inheritance-diagram directive.
    Patch by Walter Dörwald.
  • #​11995: autodoc: Add support for python_display_short_literal_types.
    Patch by Bénédikt Tran and Adam Turner.
  • #​13163: Always print the full context when Sphinx encounters an internal error.
    Patch by Kevin Deldycke and Adam Turner.
  • #​13105: Introduce the py:deco role to cross-reference decorator
    functions and methods in the Python domain.
    Patch by Adam Turner.
  • #​9169: Add the intersphinx_resolve_self option
    to resolve an intersphinx reference to the current project.
    Patch by Jakob Lykke Andersen and Adam Turner.
  • #​11280: Add ability to skip a particular section using the no-search class.
    Patch by Will Lachance.
  • #​13326: Remove hardcoding from handling productionlist
    nodes in all writers, to improve flexibility.
    Patch by Adam Turner.
  • #​13335: Use misc.highlighting_failure subtype for Pygments unknown lexers.
    Patch by Bart Kamphorst.
  • #​13354: Insert abbreviation nodes (hover text) for positional- and keyword-only
    separators in Python signatures.
    Patch by Adam Turner.
  • #​13333: Add the sphinx.ext.apidoc extension,
    to automate API documentation generation from Python modules.
    Patch by Chris Sewell and Adam Turner.

Bugs fixed

  • #​12463: autosummary: Respect an empty module __all__.
    Patch by Valentin Pratz
  • #​13060: HTML Search: use Map to store per-file term scores.
    Patch by James Addison
  • #​13130: LaTeX docs: pdflatex index creation may fail for index entries
    in French. See latex_use_xindy.
    Patch by Jean-François B.
  • #​13152: LaTeX: fix a typo from v7.4.0 in a default for \sphinxboxsetup.
    Patch by Jean-François B.
  • #​13096: HTML Search: check that query terms exist as properties in
    term indices before accessing them.
  • #​11233: linkcheck: match redirect URIs against linkcheck_ignore by
    overriding session-level requests.get_redirect_target.
  • #​13195: viewcode: Fix issue where import paths differ from the directory
    structure.
    Patch by Ben Egan and Adam Turner.
  • #​13188: autodoc: fix detection of class methods implemented in C.
    Patch by Bénédikt Tran.
  • #​1810: Always copy static files when building, regardless of whether
    any documents have changed since the previous build.
    Patch by Adam Turner.
  • #​13201: autodoc: fix ordering of members when using groupwise
    for autodoc_member_order. Class methods are now rendered
    before static methods, which themselves are rendered before regular
    methods and attributes.
    Patch by Bénédikt Tran.
  • #​12975: Avoid rendering a trailing comma in C and C++ multi-line signatures.
  • #​13178: autodoc: Fix resolution for pathlib types.
    Patch by Adam Turner.
  • #​13136: autodoc: Correctly handle multiple inheritance.
    Patch by Pavel Holica
  • #​13273, #​13318: Properly convert command-line overrides for Boolean types.
    Patch by Adam Turner.
  • #​13302, #​13319: Use the correct indentation for continuation lines
    in productionlist directives.
    Patch by Adam Turner.
  • #​13328: Fix parsing of PEP 695 functions with return annotations.
    Patch by Bénédikt Tran. Initial work by Arash Badie-Modiri.

Testing

  • #​13224: Correctness fixup for test_html_multi_line_copyright.
    Patch by Colin Watson, applied by James Addison.
adamtheturtle/sphinx-substitution-extensions (Sphinx-Substitution-Extensions)

v2025.6.6

Compare Source

v2025.4.3

Compare Source

v2025.3.3

Compare Source

v2025.2.19

Compare Source

certifi/python-certifi (certifi)

v2025.4.26

Compare Source

pallets/click (click)

v8.2.1

Compare Source

Released 2025-05-20

  • Fix flag value handling for flag options with a provided type. :issue:2894
    :issue:2897 :pr:2930
  • Fix shell completion for nested groups. :issue:2906 :pr:2907
  • Flush sys.stderr at the end of CliRunner.invoke. :issue:2682
  • Fix EOF handling for stdin input in CliRunner. :issue:2787

v8.2.0

Compare Source

Released 2025-05-10

  • Drop support for Python 3.7, 3.8, and 3.9. :pr:2588 :pr:2893

  • Use modern packaging metadata with pyproject.toml instead of setup.cfg.
    :pr:2438

  • Use flit_core instead of setuptools as build backend. :pr:2543

  • Deprecate the __version__ attribute. Use feature detection, or
    importlib.metadata.version("click"), instead. :issue:2598

  • BaseCommand is deprecated. Command is the base class for all
    commands. :issue:2589

  • MultiCommand is deprecated. Group is the base class for all group
    commands. :issue:2590

  • The current parser and related classes and methods, are deprecated.
    :issue:2205

    • OptionParser and the parser module, which is a modified copy of
      optparse in the standard library.
    • Context.protected_args is unneeded. Context.args contains any
      remaining arguments while parsing.
    • Parameter.add_to_parser (on both Argument and Option) is
      unneeded. Parsing works directly without building a separate parser.
    • split_arg_string is moved from parser to shell_completion.
  • Enable deferred evaluation of annotations with
    from __future__ import annotations. :pr:2270

  • When generating a command's name from a decorated function's name, the
    suffixes _command, _cmd, _group, and _grp are removed.
    :issue:2322

  • Show the types.ParamType.name for types.Choice options within
    --help message if show_choices=False is specified.
    :issue:2356

  • Do not display default values in prompts when Option.show_default is
    False. :pr:2509

  • Add get_help_extra method on Option to fetch the generated extra
    items used in get_help_record to render help text. :issue:2516
    :pr:2517

  • Keep stdout and stderr streams independent in CliRunner. Always
    collect stderr output and never raise an exception. Add a new
    output stream to simulate what the user sees in its terminal. Removes
    the mix_stderr parameter in CliRunner. :issue:2522 :pr:2523

  • Option.show_envvar now also shows environment variable in error messages.
    :issue:2695 :pr:2696

  • Context.close will be called on exit. This results in all
    Context.call_on_close callbacks and context managers added via
    Context.with_resource to be closed on exit as well. :pr:2680

  • Add ProgressBar(hidden: bool) to allow hiding the progressbar. :issue:2609

  • A UserWarning will be shown when multiple parameters attempt to use the
    same name. :issue:2396

  • When using Option.envvar with Option.flag_value, the flag_value
    will always be used instead of the value of the environment variable.
    :issue:2746 :pr:2788

  • Add Choice.get_invalid_choice_message method for customizing the
    invalid choice message. :issue:2621 :pr:2622

  • If help is shown because no_args_is_help is enabled (defaults to True
    for groups, False for commands), the exit code is 2 instead of 0.
    :issue:1489 :pr:1489

  • Contexts created during shell completion are closed properly, fixing
    a ResourceWarning when using click.File. :issue:2644 :pr:2800
    :pr:2767

  • click.edit(filename) now supports passing an iterable of filenames in
    case the editor supports editing multiple files at once. Its return type
    is now also typed: AnyStr if text is passed, otherwise None.
    :issue:2067 :pr:2068

  • Specialized typing of progressbar(length=...) as ProgressBar[int].
    :pr:2630

  • Improve echo_via_pager behaviour in face of errors.
    :issue:2674

    • Terminate the pager in case a generator passed to echo_via_pager
      raises an exception.
    • Ensure to always close the pipe to the pager process and wait for it
      to terminate.
    • echo_via_pager will not ignore KeyboardInterrupt anymore. This
      allows the user to search for future output of the generator when
      using less and then aborting the program using ctrl-c.
  • deprecated: bool | str can now be used on options and arguments. This
    previously was only available for Command. The message can now also be
    customised by using a str instead of a bool. :issue:2263 :pr:2271

    • Command.deprecated formatting in --help changed from
      (Deprecated) help to help (DEPRECATED).
    • Parameters cannot be required nor prompted or an error is raised.
    • A warning will be printed when something deprecated is used.
  • Add a catch_exceptions parameter to CliRunner. If
    catch_exceptions is not passed to CliRunner.invoke, the value
    from CliRunner is used. :issue:2817 :pr:2818

  • Option.flag_value will no longer have a default value set based on
    Option.default if Option.is_flag is False. This results in
    Option.default not needing to implement __bool__. :pr:2829

  • Incorrect click.edit typing has been corrected. :pr:2804

  • Choice is now generic and supports any iterable value.
    This allows you to use enums and other non-str values. :pr:2796
    :issue:605

  • Fix setup of help option's defaults when using a custom class on its
    decorator. Removes HelpOption. :issue:2832 :pr:2840

python/importlib_metadata (importlib-metadata)

v8.7.0

Compare Source

lxml/lxml (lxml)

v5.4.0

Compare Source

==================

Bugs fixed

  • LP#2107279: Binary wheels use libxml2 2.13.8 and libxslt 1.1.43 to resolve several CVEs.
    (Binary wheels for Windows continue to use a patched libxml2 2.11.9 and libxslt 1.1.39.)
    Issue found by Anatoly Katyushin.

v5.3.2

Compare Source

==================

This release resolves CVE-2025-24928 as described in
https://gitlab.gnome.org/GNOME/libxml2/-/issues/847

Bugs fixed

  • Binary wheels use libxml2 2.12.10 and libxslt 1.1.42.

  • Binary wheels for Windows use a patched libxml2 2.11.9 and libxslt 1.1.39.

v5.3.1

Compare Source

==================

Bugs fixed

  • GH#440: Some tests were adapted for libxml2 2.14.0.
    Patch by Nick Wellnhofer.

  • LP#2097175: DTD(external_id="…") erroneously required a byte string as ID value.

  • GH#450: iterparse() internally triggered the `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML.

Other changes

  • GH#442: Binary wheels for macOS no longer use the linker flag -flat_namespace.
facelessuser/soupsieve (soupsieve)

v2.7

Compare Source

2.7

  • NEW: Add :open pseudo selector.
  • NEW: Add :muted pseudo selector.
  • NEW: Recognize the following pseudo selectors: :autofill, :buffering, :fullscreen, :picture-in-picture,
    :popover-open, :seeking, :stalled, and :volume-locked. These selectors, while recognized, will not match any
    element as they require a live environment to check element states and browser states. This just prevents Soup Sieve
    from failing when any of these selectors are specified.
  • NEW: A number of existing pseudo-classes are no longer noted as experimental.
  • FIX: Typing fixes.
executablebooks/sphinx-book-theme (sphinx-book-theme)

v1.1.4

Compare Source

v1.1.4 - 2025-02-20

(full changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Other merged PRs
Contributors to this release

(GitHub contributors page for this release)

@​agoose77 | @​askras | @​bsipocz | @​choldgraf | @​dependabot | @​dylanh724 | @​kloczek | @​mitya57 | @​nilsleh | @​pre-commit-ci | @​Snoopy1866 | @​stevepiercy | @​welcome

python/typing_extensions (typing-extensions)

v4.14.0

Compare Source

Changes since 4.14.0rc1:

  • Remove __or__ and __ror__ methods from typing_extensions.Sentinel
    on Python versions <3.10. PEP 604 was introduced in Python 3.10, and
    typing_extensions does not generally attempt to backport PEP-604 methods
    to prior versions.
  • Further update typing_extensions.evaluate_forward_ref with changes in Python 3.14.

v4.13.2

Compare Source

  • Fix TypeError when taking the union of typing_extensions.TypeAliasType and a
    typing.TypeAliasType on Python 3.12 and 3.13.
    Patch by Joren Hammudoglu.
  • Backport from CPython PR #​132160
    to avoid having user arguments shadowed in generated __new__ by
    @typing_extensions.deprecated.
    Patch by Victorien Plot.

v4.13.1

Compare Source

Bugfixes:

  • Fix regression in 4.13.0 on Python 3.10.2 causing a TypeError when using Concatenate.
    Patch by Daraan.
  • Fix TypeError when using evaluate_forward_ref on Python 3.10.1-2 and 3.9.8-10.
    Patch by Daraan.

v4.13.0

Compare Source

No user-facing changes since 4.13.0rc1.

urllib3/urllib3 (urllib3)

v2.4.0

Compare Source

==================

Features

  • Applied PEP 639 by specifying the license fields in pyproject.toml. (#&#8203;3522 <https://github.com/urllib3/urllib3/issues/3522>__)
  • Updated exceptions to save and restore more properties during the pickle/serialization process. (#&#8203;3567 <https://github.com/urllib3/urllib3/issues/3567>__)
  • Added verify_flags option to create_urllib3_context with a default of VERIFY_X509_PARTIAL_CHAIN and VERIFY_X509_STRICT for Python 3.13+. (#&#8203;3571 <https://github.com/urllib3/urllib3/issues/3571>__)

Bugfixes

  • Fixed a bug with partial reads of streaming data in Emscripten. (#&#8203;3555 <https://github.com/urllib3/urllib3/issues/3555>__)

Misc

  • Switched to uv for installing development dependecies. (#&#8203;3550 <https://github.com/urllib3/urllib3/issues/3550>__)
  • Removed the multiple.intoto.jsonl asset from GitHub releases. Attestation of release files since v2.3.0 can be found on PyPI. (#&#8203;3566 <https://github.com/urllib3/urllib3/issues/3566>__)
jaraco/zipp (zipp)

v3.23.0

Compare Source

v3.22.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 2am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/doc-packages branch 3 times, most recently from 6383c07 to 92499c4 Compare June 8, 2025 17:33
@renovate renovate bot force-pushed the renovate/doc-packages branch from 92499c4 to a481c74 Compare June 9, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants