UNCLASSIFIED - NO CUI

Skip to content

Update dependency rich to v12

renovate requested to merge renovate/rich-12.x into development

This MR contains the following updates:

Package Type Update Change
rich ironbank-pypi major 10.11.0 -> 12.4.4

Release Notes

willmcgugan/rich

v12.4.4

Compare Source

Changed
  • Added clipping per line to SVG output to avoid box characters overlapping
  • Optimized SVG output

v12.4.3

Compare Source

Changed
  • Further tweaks to SVG character matrix
  • Added clip rect to SVG to prevent box characters overlapping bottom of terminal

v12.4.2

Compare Source

Fixed
  • Fix for SVG on Firefox
Changed
  • Removed excess margin from SVG, tweaked cell sizes to better render block characters

v12.4.1

Compare Source

Fixed
Changed
  • Added a keyline around SVG terminals which is visible on dark backgrounds
Changed
  • Added a keyline around SVG terminals which is visible on dark backgrounds

v12.4.0

Compare Source

Changed
Added

v12.3.0

Compare Source

Added
Fixed
Changed
  • Setting total=None on progress is now possible, and will display pulsing animation
  • Micro-optimization for Segment.divide

v12.2.0

Compare Source

Changed
  • Bumped typing-extensions minimum to 4.0.0
  • Bumped minimum Python version to 3.6.3

v12.1.0

Compare Source

Added
Fixed

v12.0.1

Compare Source

Changed
Fixed

v12.0.0

Compare Source

Added
Fixed
Changed

v11.2.0

Compare Source

Added
Fixed
  • Fixed performance issue in measuring text
Fixed

v11.1.0

Compare Source

Added
Fixed

v11.0.0

Compare Source

Added
Fixed
Changed
  • breaking Deprecated rich.console.RenderGroup, now named rich.console.Group
  • breaking Syntax.__init__ parameter lexer_name renamed to lexer
  • Syntax constructor accepts both str and now a pygments lexer https://github.com/Textualize/rich/pull/1748

v10.16.2

Compare Source

Fixed
  • Fixed @​ not being escaped in markup

v10.16.1

Compare Source

Fixed

v10.16.0

Compare Source

Fixed
Added

v10.15.2

Compare Source

Fixed

v10.15.1

Compare Source

Fixed
  • Reverted thread-safety fix for Live that introduced deadlock potential

v10.15.0

Compare Source

Added
  • Added dynamic_progress.py to examples
  • Added ConsoleOptions.update_height
  • Fixed Padding not respecting height
Changed
  • Some optimizations for simple strings (with only single cell widths)
Fixed

v10.14.0

Compare Source

Fixed
Added
Changed
Added

v10.13.0

Compare Source

Added
Fixed

v10.12.0

Compare Source

Updated
  • Official Py3.10 release
Fixed
  • Fixed detection of custom repr when pretty printing dataclasses

Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports