Update dependency rich to v12 - autoclosed #125
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==9.5.1
->==12.6.0
Release Notes
willmcgugan/rich
v12.6.0
Compare Source
Added
FORCE_COLOR
env var https://github.com/Textualize/rich/pull/2449max_depth
argument to be passed to theinstall()
hook https://github.com/Textualize/rich/issues/2486None
as name in__rich_repr__
for tuple positional args https://github.com/Textualize/rich/pull/2379font_aspect_ratio
parameter in SVG export https://github.com/Textualize/rich/pull/2539/filesTable.add_section
method. https://github.com/Textualize/rich/pull/2544Fixed
mode
property on file wrapper breaking uploads viarequests
https://github.com/Textualize/rich/pull/2495ensure_ascii
https://github.com/Textualize/rich/pull/2538Layout
class https://github.com/Textualize/rich/pull/2540Changed
v12.5.1
Compare Source
Fixed
v12.5.0
Compare Source
Added
JUPYTER_COLUMNS
andJUPYTER_LINES
to control width and height of console in JupyterBox
style,MARKDOWN
, for rendering tables ready to copy into markdown filesinspect
will prefix coroutine functions withasync def
Style.__add__
will no longer returnNotImplemented
Changed
Fixed
inspect
when docstrings contain some special control codes https://github.com/Textualize/rich/pull/2294show_header=False
https://github.com/Textualize/rich/pull/2330Capture
contexts andConsole(record=True)
https://github.com/Textualize/rich/pull/2343Segment.split_and_crop_lines
v12.4.4
Compare Source
Changed
v12.4.3
Compare Source
Changed
v12.4.2
Compare Source
Fixed
Changed
v12.4.1
Compare Source
Fixed
Changed
Changed
v12.4.0
Compare Source
Changed
rich.progress.open
forward the name of the internal handle https://github.com/Textualize/rich/pull/2254Added
padding
to Syntax constructor https://github.com/Textualize/rich/pull/2247v12.3.0
Compare Source
Added
_rich_traceback_omit = True
in their local scope https://github.com/Textualize/rich/issues/2207Fixed
sys.__stderr__
on POSIX systems when trying to get the terminal size (fix issues when Rich is piped to another process)Changed
total=None
on progress is now possible, and will display pulsing animationv12.2.0
Compare Source
Changed
v12.1.0
Compare Source
Added
Fixed
end
keyword argument toText.from_markup
https://github.com/Textualize/rich/pull/2095v12.0.1
Compare Source
Changed
Fixed
v12.0.0
Compare Source
Added
finishhttps://github.com/Textualize/rich/pull/19921992
MofNCompleteColumn
to display rawcompleted/total
column (similar to DownloadColumn,but displays values as ints, does not convert to floats or add bit/bytes unithttps://github.com/Textualize/rich/pull/1941ull/1941
Pretty
https://github.com/Textualize/rich/pull/2031Fixed
__init__.py
Changed
v11.2.0
Compare Source
Added
rich.diagnose.report
to expose environment debugging logic as function https://github.com/Textualize/rich/pull/1917Progress.get_default_columns()
to get the default list of progress bar columns https://github.com/Textualize/rich/pull/1894Fixed
Fixed
v11.1.0
Compare Source
Added
__class__
https://github.com/Textualize/rich/issues/1838Syntax.guess_lexer
, add support for more lexers (e.g. Django templates etc.) https://github.com/Textualize/rich/pull/1869lexer
parameter toSyntax.from_path
to allow for overrides https://github.com/Textualize/rich/pull/1873Fixed
__class__
https://github.com/Textualize/rich/issues/1838Syntax
always justifies left https://github.com/Textualize/rich/pull/1872v11.0.0
Compare Source
Added
vertical_align
to Table.add_row https://github.com/Textualize/rich/issues/1590Fixed
Changed
Syntax.__init__
parameterlexer_name
renamed tolexer
v10.16.2
Compare Source
Fixed
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
v10.15.0
Compare Source
Added
Changed
Fixed
v10.14.0
Compare Source
Fixed
Added
Changed
__rich__
to work recursivelyAdded
rich.text.Text.from_ansi
helper method for handling pre-formatted input strings https://github.com/textualize/rich/issues/1670v10.13.0
Compare Source
Added
Fixed
v10.12.0
Compare Source
Updated
Fixed
v10.11.0
Compare Source
Added
suppress
parameter to tracebacksmax_frames
parameter to tracebacksv10.10.0
Compare Source
Added
rich.json
Fixed
v10.9.0
Compare Source
Added
Changed
v10.8.0
Compare Source
Added
Fixed
rich.reconfigure
within apytest_configure
hook would lead to a crashv10.7.0
Compare Source
Added
Changed
RenderGroup
toGroup
andrender_group
togroup
(old names remain for compatibility but will be deprecated in the future)rich.repr.RichReprResult
torich.repr.Result
(old names remain for compatibility but will be deprecated in the future)v10.6.0
Compare Source
Deprecated
Added
Fixed
Changed
v10.5.0
Compare Source
Fixed
Added
v10.4.0
Compare Source
Added
Fixed
v10.3.0
Compare Source
Added
%load_ext rich
Changed
v10.2.2
Compare Source
Fixed
v10.2.1
Compare Source
Fixed
v10.2.0
Compare Source
Added
Changed
Fixed
v10.1.0
Compare Source
Fixed
v10.0.1
Compare Source
Fixed
v10.0.0
Compare Source
Changed
__rich_measure__
signature changed to accept ConsoleOptions rather than max_widthtext
parameter to rich.spinner.Spinner changed to RenderableTypeAdded
__rich_repr__
protocol method to Pretty__rich_repr__
Fixed
total
keyword arguments inrich.progress
and rich.progress_bar
v9.13.0
Compare Source
Added
Fixed
Changed
v9.12.4
Compare Source
Fixed
Changed
v9.12.3
Compare Source
Changed
v9.12.2
Compare Source
Added
Changed
v9.12.1
Compare Source
Fixed
Added
Changed
v9.12.0
Compare Source
Fixed
Changed
Added
v9.11.1
Compare Source
Fixed
Changed
Added
v9.11.0
Compare Source
Fixed
__str__
https://github.com/textualize/rich/issues/980Added
quiet
argument to Console constructorvertical
parameter to AlignChanged
v9.10.0
Compare Source
Changed
v9.9.0
Compare Source
Changed
Fixed
Added
v9.8.2
Compare Source
Fixed
v9.8.1
Compare Source
Fixed
v9.8.0
Compare Source
Added
Changed
style
argument on Align now applies to background onlysize
will fall back to getting the terminal size of stdout it stdin fails, this allows size to be correctly determined when pipingFixed
python -m rich.markdown
v9.7.0
Compare Source
Added
v9.6.2
Compare Source
Fixed
"\\[foo]"
results in a backslash plus[foo]
tagv9.6.1
Compare Source
Fixed
v9.6.0
Compare Source
Changed
Added
Fixed
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.