Skip to content

[DEPENDABOT]: Bump rich from 8.0.0 to 9.7.0#267

Closed
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/pip/development/rich-9.7.0
Closed

[DEPENDABOT]: Bump rich from 8.0.0 to 9.7.0#267
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/pip/development/rich-9.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 11, 2021

Bumps rich from 8.0.0 to 9.7.0.

Release notes

Sourced from rich's releases.

A Treemendous release

The highlight of this release is the new Tree renderable.

In addition there is also a no_color flag which removes color from the output but preserves style (bold, italic etc). Previously Rich respected the NO_COLOR env var but it also remove style.

[9.7.0] - 2021-01-09

Added

  • Added rich.tree
  • Added no_color argument to Console

Console markup escaping fix

[9.6.2] - 2021-01-07

Fixed

  • Fixed markup escaping edge case willmcgugan/rich#878
  • Double tag escape, i.e. "\\[foo]" results in a backslash plus [foo] tag

v9.6.1

[9.6.1] - 2020-12-31

Fixed

  • Fixed encoding error on Windows when loading code for Tracebacks

IPython support

This version adds IPython support to rich.pretty and some enhancements to rich.inspect

[9.6.0] - 2020-12-30

Changed

  • MarkupError exception raise from None to omit internal exception
  • Factored out RichHandler.render and RichHandler.render_message for easier extending
  • Display pretty printed value in rich.inspect

Added

  • Added Progress.TimeElapsedColumn
  • Added IPython support to pretty.install

Fixed

... (truncated)

Changelog

Sourced from rich's changelog.

[9.7.0] - 2021-01-09

Added

  • Added rich.tree
  • Added no_color argument to Console

[9.6.2] - 2021-01-07

Fixed

  • Fixed markup escaping edge case willmcgugan/rich#878
  • Double tag escape, i.e. "\\[foo]" results in a backslash plus [foo] tag

[9.6.1] - 2020-12-31

Fixed

  • Fixed encoding error on Windows when loading code for Tracebacks

[9.6.0] - 2020-12-30

Changed

  • MarkupError exception raise from None to omit internal exception
  • Factored out RichHandler.render and RichHandler.render_message for easier extending
  • Display pretty printed value in rich.inspect

Added

  • Added Progress.TimeElapsedColumn
  • Added IPython support to pretty.install

Fixed

  • Fixed display of locals in Traceback for stdin

[9.5.1] - 2020-12-19

Fixed

[9.5.0] - 2020-12-18

Changed

  • If file is not specified on Console then the Console.file will return the current sys.stdout. Prior to 9.5.0 sys.stdout was cached on the Console, which could break code that wrapped sys.stdout after the Console was constructed.
  • Changed Color.__str__ to not include ansi codes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 12, 2021

Superseded by #268.

@dependabot dependabot Bot closed this Jan 12, 2021
@dependabot dependabot Bot deleted the dependabot/pip/development/rich-9.7.0 branch January 12, 2021 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants