MarquezProject / marquez

Collect, aggregate, and visualize a data ecosystem's metadata
https://marquezproject.ai
Apache License 2.0
1.78k stars 320 forks source link

chore(deps): update dependency rich to v13.9.3 #2904

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rich ==13.7.1 -> ==13.9.3 age adoption passing confidence

Release Notes

Textualize/rich (rich) ### [`v13.9.3`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1393---2024-10-22) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.9.2...v13.9.3) ##### Fixed - Fixed broken regex that may have resulted in poor performance. [https://github.com/Textualize/rich/pull/3535](https://redirect.github.com/Textualize/rich/pull/3535) ### [`v13.9.2`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1392---2024-10-04) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.9.1...v13.9.2) ##### Fixed - Fixed `Table` columns not highlighting when added by `add_row` [https://github.com/Textualize/rich/issues/3517](https://redirect.github.com/Textualize/rich/issues/3517) - Fixed an issue with Segment.split_cells reported in Textual [https://github.com/Textualize/textual/issues/5090](https://redirect.github.com/Textualize/textual/issues/5090) ### [`v13.9.1`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1391---2024-10-01) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.9.0...v13.9.1) ##### Fixed - Fixed typing_extensions dependency ### [`v13.9.0`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1390---2024-10-01) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.8.1...v13.9.0) ##### Changed - Dropped support for Python3.7 [https://github.com/Textualize/rich/pull/3509](https://redirect.github.com/Textualize/rich/pull/3509) - Rich will display tracebacks with finely grained error locations on python 3.11+ [https://github.com/Textualize/rich/pull/3486](https://redirect.github.com/Textualize/rich/pull/3486) ##### Fixed - Fixed issue with Segment.\_split_cells[https://github.com/Textualize/rich/pull/3506](https://redirect.github.com/Textualize/rich/pull/3506)6 - Fix auto detection of terminal size on Windows [https://github.com/Textualize/rich/pull/2916](https://redirect.github.com/Textualize/rich/pull/2916) - `Text.style` now respected in Panel title/subtitle [https://github.com/Textualize/rich/pull/3509](https://redirect.github.com/Textualize/rich/pull/3509) ### [`v13.8.1`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1381---2024-09-10) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.8.0...v13.8.1) ##### Fixed - Added support for Python 3.13 [https://github.com/Textualize/rich/pull/3481](https://redirect.github.com/Textualize/rich/pull/3481) - Fixed infinite loop when appending Text to same instance [https://github.com/Textualize/rich/pull/3480](https://redirect.github.com/Textualize/rich/pull/3480) ### [`v13.8.0`](https://redirect.github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1380---2024-08-26) [Compare Source](https://redirect.github.com/Textualize/rich/compare/v13.7.1...v13.8.0) ##### Fixed - Fixed `Table` rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body. - Fixed styles in Panel when Text objects are used for title [https://github.com/Textualize/rich/pull/3401](https://redirect.github.com/Textualize/rich/pull/3401) - Fix pretty repr for `collections.deque` [https://github.com/Textualize/rich/pull/2864](https://redirect.github.com/Textualize/rich/pull/2864) - Thread used in progress.track will exit if an exception occurs in a generator [https://github.com/Textualize/rich/pull/3402](https://redirect.github.com/Textualize/rich/pull/3402) - Progress track thread is now a daemon thread [https://github.com/Textualize/rich/pull/3402](https://redirect.github.com/Textualize/rich/pull/3402) - Fixed cached hash preservation upon clearing meta and links [https://github.com/Textualize/rich/issues/2942](https://redirect.github.com/Textualize/rich/issues/2942) - Fixed overriding the `background_color` of `Syntax` not including padding [https://github.com/Textualize/rich/issues/3295](https://redirect.github.com/Textualize/rich/issues/3295) - Fixed pretty printing of dataclasses with a default repr in Python 3.13 [https://github.com/Textualize/rich/pull/3455](https://redirect.github.com/Textualize/rich/pull/3455) - Fixed selective enabling of highlighting when disabled in the `Console` [https://github.com/Textualize/rich/issues/3419](https://redirect.github.com/Textualize/rich/issues/3419) - Fixed BrokenPipeError writing an error message [https://github.com/Textualize/rich/pull/3468](https://redirect.github.com/Textualize/rich/pull/3468) - Fixed superfluous space above Markdown tables [https://github.com/Textualize/rich/pull/3469](https://redirect.github.com/Textualize/rich/pull/3469) - Fixed issue with record and capture interaction [https://github.com/Textualize/rich/pull/3470](https://redirect.github.com/Textualize/rich/pull/3470) - Fixed control codes breaking in `append_tokens` [https://github.com/Textualize/rich/pull/3471](https://redirect.github.com/Textualize/rich/pull/3471) - Fixed exception pretty printing a dataclass with missing fields [https://github.com/Textualize/rich/pull/3472](https://redirect.github.com/Textualize/rich/pull/3472) ##### Changed - `RichHandler` errors and warnings will now use different colors (red and yellow) [https://github.com/Textualize/rich/issues/2825](https://redirect.github.com/Textualize/rich/issues/2825) - Removed the empty line printed in jupyter while using `Progress` [https://github.com/Textualize/rich/pull/2616](https://redirect.github.com/Textualize/rich/pull/2616) - Running tests in environment with `FORCE_COLOR` or `NO_COLOR` environment variables - ansi decoder will now strip problematic private escape sequences (like `\x1b7`) [https://github.com/Textualize/rich/pull/3278](https://redirect.github.com/Textualize/rich/pull/3278)/ - Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes ##### Added - Adds a `case_sensitive` parameter to `prompt.Prompt`. This determines if the response is treated as case-sensitive. Defaults to `True`. - Added `Console.on_broken_pipe` [https://github.com/Textualize/rich/pull/3468](https://redirect.github.com/Textualize/rich/pull/3468)

Configuration

πŸ“… Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

netlify[bot] commented 1 month ago

Deploy Preview for peppy-sprite-186812 canceled.

Name Link
Latest commit da3229ff3f54561ea82f76e4eed31d0b61e30227
Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/671bd836bf140500077d5405
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.16%. Comparing base (0dd5d6a) to head (f78cbf7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2904 +/- ## ========================================= Coverage 81.16% 81.16% Complexity 1506 1506 ========================================= Files 268 268 Lines 7363 7363 Branches 329 329 ========================================= Hits 5976 5976 Misses 1226 1226 Partials 161 161 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wslulciuc commented 3 weeks ago

See https://github.com/MarquezProject/marquez/pull/2952

renovate[bot] commented 3 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==13.9.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.