Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Updates the requirements on click-extra to permit the latest version.

Release notes

Sourced from click-extra's releases.

v6.1.0

Changes

  • Add support for JSON5, JSONC and HJSON configuration files.
  • YAML and XML configuration support is now optional. You need to install the click_extra[yaml] and click_extra[xml] extra dependency groups to enable it.
  • Add new @lazy_group decorator and LazyGroup class to create groups that only load their subcommands when invoked. Closes {issue}1332.
  • Move all custom types to click_extra._types module.
  • Avoid importing all types at runtime to reduce startup time.
  • Upgrade tests runs from macos-13 to macos-15-intel, and from macos-15 to macos-26.
  • Use astral-sh/setup-uv action to install uv.

🐍 Available on PyPi.

Changelog

Sourced from click-extra's changelog.

6.1.0 (2025-10-28)

  • Add support for JSON5, JSONC and HJSON configuration files.
  • YAML and XML configuration support is now optional. You need to install the click_extra[yaml] and click_extra[xml] extra dependency groups to enable it.
  • Add new @lazy_group decorator and LazyGroup class to create groups that only load their subcommands when invoked. Closes {issue}1332.
  • Move all custom types to click_extra._types module.
  • Avoid importing all types at runtime to reduce startup time.
  • Upgrade tests runs from macos-13 to macos-15-intel, and from macos-15 to macos-26.
  • Use astral-sh/setup-uv action to install uv.

6.0.3 (2025-10-13)

  • Fix regex_fullmatch_line_by_line to accept compiled regex patterns as well as string patterns.

6.0.2 (2025-10-11)

  • Add a new regex_fullmatch_line_by_line utility to compare a wall of text against a regex, line by line, and raise a custom RegexLineMismatch exception on the first mismatch.

6.0.1 (2025-10-08)

  • Fix @config_option to accept Path objects as default value. Closes {issue}1356.
  • Add official support of Python 3.14.
  • Run tests on Python 3.15-dev.

6.0.0 (2025-09-25)

  • Add new variables for version string template: {git_repo_path}, {git_branch}, {git_long_hash}, {git_short_hash} and {git_date}.
  • Add a new --no-config option on @extra_command and @extra_group to disable configuration files. Closes {issue}750.
  • Add --table-format option by default on @extra_command and @extra_group.
  • Let --table-format and --no-color affect the rendering of --show-params table.
  • Swap Class and Spec. columns in --show-params output.
  • Remove the -C short option associated with --config.
  • Remove the -t short option associated with --table-format.
  • Classify table formats into two categories: markup formats and plain-text formats.
  • Rename all table format identifiers to use dashes instead of underscores:
    • double_griddouble-grid
    • double_outlinedouble-outline
    • fancy_gridfancy-grid
    • fancy_outlinefancy-outline
    • heavy_gridheavy-grid
    • heavy_outlineheavy-outline
    • latex_booktabslatex-booktabs
    • latex_longtablelatex-longtable
    • latex_rawlatex-raw
    • mixed_gridmixed-grid
    • mixed_outlinemixed-outline
    • rounded_gridrounded-grid
    • rounded_outlinerounded-outline
    • simple_gridsimple-grid
    • simple_outlinesimple-outline

... (truncated)

Commits
  • d85c035 [changelog] Release v6.1.0
  • c9589aa [autofix] Format Python
  • 31214c8 Add missing import
  • 8d8bcd0 Add lazy-loading as an important feature
  • 52f5604 Bump astral-sh/setup-uv from 7.1.1 to 7.1.2
  • 9b94fb4 Extend lazy group tests with parameters
  • 4e51d11 Add LazyGroup tests mirroring the Click documentation
  • 9bfdab8 Sync lock file
  • 5eb89b4 Remove text wrapping
  • a8aeb9c Remove compatibility with unsupported old Python versions
  • 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)

Updates the requirements on [click-extra](https://github.com/kdeldycke/click-extra) to permit the latest version.
- [Release notes](https://github.com/kdeldycke/click-extra/releases)
- [Changelog](https://github.com/kdeldycke/click-extra/blob/main/changelog.md)
- [Commits](kdeldycke/click-extra@v5.0.2...v6.1.0)

---
updated-dependencies:
- dependency-name: click-extra
  dependency-version: 6.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 dependencies Update of dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants