chore(deps): update dependency rich to v13 - autoclosed #160
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:
==11.0.0
->==13.5.2
Release Notes
Textualize/rich (rich)
v13.5.2
Compare Source
Fixed
v13.5.1
Compare Source
Fixed
~
) not included in link regex when printing to console https://github.com/Textualize/rich/issues/3057v13.5.0
Compare Source
Fixed
<html>
tag comes before the<head>
tag https://github.com/Textualize/rich/issues/3021__eq__
https://github.com/Textualize/rich/issues/2875Added
Changed
None
to indicate that Console.tab_size should be used.v13.4.2
Compare Source
Changed
v13.4.1
Compare Source
Fixed
v13.4.0
Compare Source
Added
Markdown
https://github.com/Textualize/rich/pull/2977v13.3.5
Compare Source
Fixed
v13.3.4
Compare Source
Fixed
is_terminal
ignoring FORCE_COLOR https://github.com/Textualize/rich/pull/2923v13.3.3
Compare Source
Added
v13.3.2
Compare Source
Fixed
pre
andcode
tags in base HTML format https://github.com/Textualize/rich/pull/2642Console(stderr=True)
inrich.traceback.install
to support io redirection.Text.from_ansi
parserAdded
Changed
rich.progress.track()
will now show the elapsed time after finishing the task https://github.com/Textualize/rich/pull/2659v13.3.1
Compare Source
Fixed
v13.3.0
Compare Source
Fixed
Added
encoding
parameter inTheme.read
v13.2.0
Compare Source
Changed
v13.1.0
Compare Source
Fixed
Added
Changed
locals_hide_dunder=False
to restore previous behaviour.v13.0.1
Compare Source
Fixed
v13.0.0
Compare Source
Fixed
pre
andcode
tags in base HTML format https://github.com/Textualize/rich/pull/2642attrs
library, that isn't confused by the presence of theattr
library.locals_max_length
parameter not being respected in Traceback https://github.com/Textualize/rich/issues/2649fileno
made more robust. Fixes https://github.com/Textualize/rich/issues/2645fileno
on FileProxyFixed
spinner_style
argument inConsole.status
https://github.com/Textualize/rich/pull/2613.Changed
__repr__
results is now greedy when matching tags https://github.com/Textualize/rich/pull/2565progress.track
now supports deriving total from__length_hint__
Added
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/1872Configuration
📅 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.