pip(deps): bump rich from 13.7.1 to 14.0.0
Type: Pull Request
State: Open
Association: None
Comments: 1
(about 1 year ago)
(about 1 year ago)
Bumps rich from 13.7.1 to 14.0.0.
Release notes
Sourced from rich's releases.
The ENVy of all other releases
Mostly updates to Traceback rendering, to add support for features introduced in Python3.11
We also have a new env var that I am proposing to become a standard.
TTY_COMPATIBLE=1tells Rich to write ansi-escape sequences even if it detects it is not writing to a terminal. This is intended for use with GitHub Actions / CI, which can interpret escape sequences, but aren't a terminal.There is also a change to how NO_COLOR and FORCE_COLOR are interpreted, which is the reason for the major version bump.
[14.0.0] - 2025-03-30
Added
- Added env var
TTY_COMPATIBLEto override auto-detection of TTY support (See console.rst for details). Textualize/rich#3675Changed
- An empty
NO_COLORenv var is now considered disabled. Textualize/rich#3675- An empty
FORCE_COLORenv var is now considered disabled. Textualize/rich#3675- Rich tracebacks will now render notes on Python 3.11 onwards (added with
Exception.add_note) Textualize/rich#3676- Indentation in exceptions won't be underlined Textualize/rich#3678
- Rich tracebacks will now render Exception Groups Textualize/rich#3677
The Faster is Faster release
[13.9.4] - 2024-11-01
Changed
- Optimizations to cell_len which may speed up Rich / Textual output Textualize/rich#3546
The irregular expression release
Fix a broken regex that resulted in the slow path being chosen for some operations. This fix should result in notable speedups for some operations, such as wrapping text.
[13.9.3] - 2024-10-22
Fixed
- Fixed broken regex that may have resulted in poor performance. Textualize/rich#3535
The Splitting segments Release
A hotfix for highlighting in the table, and a fix for
Segment.split_cells[13.9.2] - 2024-10-04
Fixed
- Fixed
Tablecolumns not highlighting when added byadd_rowTextualize/rich#3517- Fixed an issue with Segment.split_cells reported in Textual Textualize/textual#5090
Hotfix for dependency issue
[13.9.1] - 2024-10-01
... (truncated)
Changelog
Sourced from rich's changelog.
[14.0.0] - 2025-03-30
Added
- Added env var
TTY_COMPATIBLEto override auto-detection of TTY support (See console.rst for details). Textualize/rich#3675Changed
- An empty
NO_COLORenv var is now considered disabled. Textualize/rich#3675- An empty
FORCE_COLORenv var is now considered disabled. Textualize/rich#3675- Rich tracebacks will now render notes on Python 3.11 onwards (added with
Exception.add_note) Textualize/rich#3676- Indentation in exceptions won't be underlined Textualize/rich#3678
- Rich tracebacks will now render Exception Groups Textualize/rich#3677
[13.9.4] - 2024-11-01
Changed
- Optimizations to cell_len which may speed up Rich / Textual output Textualize/rich#3546
[13.9.3] - 2024-10-22
Fixed
- Fixed broken regex that may have resulted in poor performance. Textualize/rich#3535
[13.9.2] - 2024-10-04
Fixed
- Fixed
Tablecolumns not highlighting when added byadd_rowTextualize/rich#3517- Fixed an issue with Segment.split_cells reported in Textual Textualize/textual#5090
[13.9.1] - 2024-10-01
Fixed
- Fixed typing_extensions dependency
[13.9.0] - 2024-10-01
Changed
- Dropped support for Python3.7 Textualize/rich#3509
- Rich will display tracebacks with finely grained error locations on python 3.11+ Textualize/rich#3486
Fixed
- Fixed issue with Segment._split_cells Textualize/rich#3506
- Fix auto detection of terminal size on Windows Textualize/rich#2916
... (truncated)
Commits
72e3bb3Merge pull request #3681 from Textualize/bump14.0.0859d77bbump to 13.0.02bae2feUpdate feature_request.md07b738aMerge pull request #3610 from kotfu/mastere667349Merge pull request #3624 from itamaro/patch-1a48a5b3Merge pull request #3677 from Textualize/exception-groups4de139eMerge pull request #3679 from bcapener/remove-leftover-code8f68c84changelogec5d2f1Merge branch 'master' into exception-groups13f9b4fstyle tweak- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+2
-6
Package Dependencies
Technical Details
| ID: | 1362471 |
| UUID: | 2577783424 |
| Node ID: | PR_kwDOO2XfH86ZpdqA |
| Host: | GitHub |
| Repository: | szmarr2221/python-function-analyzer |
| Merge State: | Unknown |