Skip to content

Update rich-click requirement from ~=1.7 to ~=1.9 in /requirements#361

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/requirements/rich-click-approx-eq-1.9
Open

Update rich-click requirement from ~=1.7 to ~=1.9 in /requirements#361
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/requirements/rich-click-approx-eq-1.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

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

Release notes

Sourced from rich-click's releases.

v1.9.7

Changelog

Sourced from rich-click's changelog.

Version 1.9.7 (2026-01-30)

Version 1.9.6 (2026-01-21)

  • Fix minor Typer incompatibilities, most notably default panel placements.
  • Added default_panels_first config option which places default panels above user-defined panels.
  • Fix to .pyi file [#319] (@​nemowang2003)

Version 1.9.5 (2025-12-21)

  • Fix no_args_is_help for Typer CLIs. [#313]
  • Fix strange encoding issue on Windows in GH Actions [#314]

Version 1.9.4 (2025-10-24)

  • Added Typer 0.20 support
  • Fix lack of support for flag_value=....

Version 1.9.3 (2025-10-09)

  • Fixed subcommand discovery in help text. Behavior should now be the same as 1.8. [#304]

Version 1.9.2 (2025-10-04)

  • Fixed legacy windows rendering
  • Fix issue with parent click.Group and child rich_click.RichCommand error formatter not resolving.
  • Add headers to tables (by default these are not shown).

Version 1.9.1 (2025-09-20)

  • Fixed bug where running the rich-click CLI on a @rich_click.argument() sometimes caused arguments show up in the option panel when it shouldn't.
  • Slightly reduced horizontal padding of the modern theme format.
  • Fixed Click 8.3 compatibility with rendering defaults in help text.

Version 1.9.0 (2025-09-16)

[!WARNING] Version 1.9.0 deprecates support for a lot of old versions of things:

  • Python 3.7 support is removed. The minimum supported Python version is 3.8.
  • Click 7 support is removed. The minimum supported Click version is 8.0.
  • Rich 10 and 11 support is removed. The minimum supported Rich version is 12.

[!WARNING] Version 1.9.0 introduces a minor breaking change: The DEFAULT_STRING, ENVVAR_STRING, REQUIRED_STRING, and DEPRECATED_STRING config options are now rendered with Text.from_markup. So for example, REQUIRED_STRING = "[required]" would be rendered as Rich markup. You must now escape the rich markup: REQUIRED_STRING = "\\[required]"

... (truncated)

Commits
  • 7f554a3 version bump
  • 8fc129c click_version fix (#324)
  • 0eed6b2 Generate new screengrabs with rich-codex
  • 7f2bb5a Merge pull request #323 from dwreeves/fix-rich-14-3-tests
  • e9c8b13 Fix failing unit-tests
  • 5cb336f Generate new screengrabs with rich-codex
  • 9096d02 Merge pull request #320 from dwreeves/minor-typer-compat-fixes
  • f5e4b10 Fix Typer incompatibilities
  • cf09124 Merge pull request #319 from nemowang2003/fix-pyi
  • d97ac2d Fix incorrect type hint in rich_command.pyi
  • 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 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 [rich-click](https://github.com/ewels/rich-click) to permit the latest version.
- [Release notes](https://github.com/ewels/rich-click/releases)
- [Changelog](https://github.com/ewels/rich-click/blob/main/CHANGELOG.md)
- [Commits](ewels/rich-click@v1.7.0...v1.9.7)

---
updated-dependencies:
- dependency-name: rich-click
  dependency-version: 1.9.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 9, 2026
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.

0 participants