Skip to content

Bump rich-click from 1.9.4 to 1.9.9 - #72

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/rich-click-1.9.9
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/rich-click-1.9.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps rich-click from 1.9.4 to 1.9.9.

Release notes

Sourced from rich-click's releases.

v1.9.9

  • Fixed ctx.forward() not working with commands patched via rich_click.patch(). [#351] (issue #338)
  • Added support for Click 8.5 (resolved DeprecationWarnings) [#350] (@​happykust)

Development tooling changes (no changes to the installed library):

  • Removed optional dependencies (dev and docs); swapped to dependency groups so they are no longer published as package metadata.
  • Switched from pre-commit to prek, and replaced .pre-commit-config.yaml with prek.toml.
    • Contributors should re-run prek install to replace their old git hook.
  • Replaced Black with ruff format.
  • Docs are now built with ProperDocs + other docs fixes.

v1.9.8

  • Fixed regression in patching with Click 8.4.0.
  • Warn about regression in Typer ≥0.26.0 patching. (No fix currently.)

v1.9.7

v1.9.6

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

v1.9.5

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

1.9.5.dev0

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

Sourced from rich-click's changelog.

Version 1.9.9 (2026-09-05)

  • Fixed ctx.forward() not working with commands patched via rich_click.patch(). [#351] (issue #338)
  • Added support for Click 8.5 (resolved DeprecationWarnings) [#350] (@​happykust)

Development tooling changes (no changes to the installed library):

  • Removed optional dependencies (dev and docs); swapped to dependency groups so they are no longer published as package metadata.
  • Switched from pre-commit to prek, and replaced .pre-commit-config.yaml with prek.toml.
    • Contributors should re-run prek install to replace their old git hook.
  • Replaced Black with ruff format.
  • Docs are now built with ProperDocs + other docs fixes.

Version 1.9.8 (2026-05-28)

  • Fixed regression in patching with Click 8.4.0.
  • Warn about regression in Typer ≥0.26.0 patching. (No fix currently.)

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]
Commits
  • 30ac177 Fix PyPI GH action pin
  • f1bc67d Merge pull request #352 from dwreeves/1.9.x
  • c962bc0 fix type: ignore
  • 7e5aa6b Fix patching issue with ctx.forward()
  • 040b608 Preparing for 1.9.9 release
  • faad482 refactor: compact comments, remove typechecking from init, vendor _PacifyFlus...
  • 55583ae feat: support for click 8.5
  • 54fea4e Merge pull request #341 from ewels/claude/docs-framework-migration-5w6uhx
  • a8c3763 Re-run pyproject-fmt after restoring the gh-admonitions dependency
  • 70de252 Restore the gh-admonitions plugin
  • 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 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)

Bumps [rich-click](https://github.com/ewels/rich-click) from 1.9.4 to 1.9.9.
- [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.9.4...v1.9.9)

---
updated-dependencies:
- dependency-name: rich-click
  dependency-version: 1.9.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 8, 2026
@rly0nheart rly0nheart closed this Sep 8, 2026
@rly0nheart
rly0nheart deleted the dependabot/pip/rich-click-1.9.9 branch September 8, 2026 21:03
@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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.

1 participant