Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2023

This PR contains the following updates:

Package Change Age Confidence
rich ==13.5.2 -> ==13.9.4 age confidence

Release Notes

Textualize/rich (rich)

v13.9.4

Compare Source

Changed
  • Optimizations to cell_len which may speed up Rich / Textual output #​3546

v13.9.3

Compare Source

Fixed
  • Fixed broken regex that may have resulted in poor performance. #​3535

v13.9.2

Compare Source

Fixed

v13.9.1

Compare Source

Fixed
  • Fixed typing_extensions dependency

v13.9.0

Compare Source

Changed
  • Dropped support for Python3.7 #​3509
  • Rich will display tracebacks with finely grained error locations on python 3.11+ #​3486
Fixed
  • Fixed issue with Segment._split_cells #​3506
  • Fix auto detection of terminal size on Windows #​2916
  • Text.style now respected in Panel title/subtitle #​3509

v13.8.1

Compare Source

Fixed
  • Added support for Python 3.13 #​3481
  • Fixed infinite loop when appending Text to same instance #​3480

v13.8.0

Compare Source

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 #​3401
  • Fix pretty repr for collections.deque #​2864
  • Thread used in progress.track will exit if an exception occurs in a generator #​3402
  • Progress track thread is now a daemon thread #​3402
  • Fixed cached hash preservation upon clearing meta and links #​2942
  • Fixed overriding the background_color of Syntax not including padding #​3295
  • Fixed pretty printing of dataclasses with a default repr in Python 3.13 #​3455
  • Fixed selective enabling of highlighting when disabled in the Console #​3419
  • Fixed BrokenPipeError writing an error message #​3468
  • Fixed superfluous space above Markdown tables #​3469
  • Fixed issue with record and capture interaction #​3470
  • Fixed control codes breaking in append_tokens #​3471
  • Fixed exception pretty printing a dataclass with missing fields #​3472
Changed
  • RichHandler errors and warnings will now use different colors (red and yellow) #​2825
  • Removed the empty line printed in jupyter while using Progress #​2616
  • Running tests in environment with FORCE_COLOR or NO_COLOR environment variables
  • ansi decoder will now strip problematic private escape sequences (like \x1b7) #​3278/
  • Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes
  • rich.Text.highlight_regex now accepts a regular expression object #​3347
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 #​3468

v13.7.1

Compare Source

Fixed
  • Updated the widths of some characters #​3289
Added
  • Included a name attribute to the Spinner class #​3359

v13.7.0

Compare Source

Added
  • Adds missing parameters to Panel.fit #​3142
Fixed
  • Some text goes missing during wrapping when it contains double width characters #​3176
  • Ensure font is correctly inherited in exported HTML #​3104
  • Fixed typing for FloatPrompt.

v13.6.0

Compare Source

Added
  • Added Python 3.12 to classifiers.

v13.5.3

Compare Source

Fixed
  • Markdown table rendering issue with inline styles and links #​3115
  • Fix Markdown code blocks on a light background #​3123

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.5.3 chore(deps): update dependency rich to v13.6.0 Sep 30, 2023
@renovate renovate bot force-pushed the renovate/rich-13.x branch from 8fd4d5f to f3a496d Compare September 30, 2023 15:29
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.6.0 chore(deps): update dependency rich to v13.7.0 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/rich-13.x branch from f3a496d to 932146f Compare November 15, 2023 19:43
@renovate renovate bot force-pushed the renovate/rich-13.x branch from 932146f to 4a593ba Compare February 28, 2024 16:50
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.7.0 chore(deps): update dependency rich to v13.7.1 Feb 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.7.1 chore(deps): update dependency rich to v13.8.0 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/rich-13.x branch from 4a593ba to 610c380 Compare August 26, 2024 19:29
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.8.0 chore(deps): update dependency rich to v13.8.1 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/rich-13.x branch from 610c380 to bfa6441 Compare September 10, 2024 13:53
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.8.1 chore(deps): update dependency rich to v13.9.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/rich-13.x branch 2 times, most recently from eb409e6 to daa2821 Compare October 1, 2024 16:22
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.9.0 chore(deps): update dependency rich to v13.9.1 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/rich-13.x branch from daa2821 to 2d333d4 Compare October 4, 2024 12:35
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.9.1 chore(deps): update dependency rich to v13.9.2 Oct 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.9.2 chore(deps): update dependency rich to v13.9.3 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/rich-13.x branch from 2d333d4 to deba94d Compare October 22, 2024 19:11
@renovate renovate bot force-pushed the renovate/rich-13.x branch from deba94d to b09b32d Compare November 1, 2024 18:31
@renovate renovate bot changed the title chore(deps): update dependency rich to v13.9.3 chore(deps): update dependency rich to v13.9.4 Nov 1, 2024
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant