fix(deps): update dependency rich to v14
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| rich | dependencies | major |
^13.5.2 -> ^14.0.0
|
Release Notes
Textualize/rich (rich)
v14.0.0
Added
- Added env var
TTY_COMPATIBLEto override auto-detection of TTY support (See console.rst for details). https://github.com/Textualize/rich/pull/3675
Changed
- An empty
NO_COLORenv var is now considered disabled. https://github.com/Textualize/rich/pull/3675 - An empty
FORCE_COLORenv var is now considered disabled. https://github.com/Textualize/rich/pull/3675 - Rich tracebacks will now render notes on Python 3.11 onwards (added with
Exception.add_note) https://github.com/Textualize/rich/pull/3676 - Indentation in exceptions won't be underlined https://github.com/Textualize/rich/pull/3678
- Rich tracebacks will now render Exception Groups https://github.com/Textualize/rich/pull/3677
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.