Closed renovate[bot] closed 1 year ago
Base: 86.95% // Head: 86.95% // No change to project coverage :thumbsup:
Coverage data is based on head (
facc940
) compared to base (6fb7704
). Patch has no changes to coverable lines.:exclamation: Current head facc940 differs from pull request most recent head 6ad2c71. Consider uploading reports for the commit 6ad2c71 to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
==12.6.0
->==13.1.0
Release Notes
Textualize/rich
### [`v13.1.0`](https://togithub.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1310---2023-01-14) [Compare Source](https://togithub.com/Textualize/rich/compare/v13.0.1...v13.1.0) ##### Fixed - Fixed wrong filenames in Jupyter tracebacks [https://github.com/Textualize/rich/issues/2271](https://togithub.com/Textualize/rich/issues/2271) ##### Added - Added locals_hide_dunder and locals_hide_sunder to Tracebacks, to hide double underscore and single underscore locals. [https://github.com/Textualize/rich/pull/2754](https://togithub.com/Textualize/rich/pull/2754) ##### Changed - Tracebacks will now hide double underscore names from locals by default. Set `locals_hide_dunder=False` to restore previous behaviour. ### [`v13.0.1`](https://togithub.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1301---2023-01-06) [Compare Source](https://togithub.com/Textualize/rich/compare/v13.0.0...v13.0.1) ##### Fixed - Fixed issue with Segment.split_cells for mixed single and double cell widths ### [`v13.0.0`](https://togithub.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1300---2022-12-30) [Compare Source](https://togithub.com/Textualize/rich/compare/v12.6.0...v13.0.0) ##### Fixed - Reversed `pre` and `code` tags in base HTML format [https://github.com/Textualize/rich/pull/2642](https://togithub.com/Textualize/rich/pull/2642) - Improved detection of `attrs` library, that isn't confused by the presence of the `attr` library. - Fixed issue with `locals_max_length` parameter not being respected in Traceback [https://github.com/Textualize/rich/issues/2649](https://togithub.com/Textualize/rich/issues/2649) - Handling of broken `fileno` made more robust. Fixes [https://github.com/Textualize/rich/issues/2645](https://togithub.com/Textualize/rich/issues/2645) - Fixed missing `fileno` on FileProxy ##### Changed - Bumped minimum Python version to 3.7 [https://github.com/Textualize/rich/pull/2567](https://togithub.com/Textualize/rich/pull/2567) - Pretty-printing of "tagged" `__repr__` results is now greedy when matching tags [https://github.com/Textualize/rich/pull/2565](https://togithub.com/Textualize/rich/pull/2565) - `progress.track` now supports deriving total from `__length_hint__` ##### Added - Add type annotation for key_separator of pretty.Node [https://github.com/Textualize/rich/issues/2625](https://togithub.com/Textualize/rich/issues/2625)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.