Skip to content

[DEPENDABOT]: Bump rich from 8.0.0 to 9.6.2#265

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps rich from 8.0.0 to 9.6.2.

Release notes

Sourced from rich's releases.

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

  • Fixed display of locals in Traceback for stdin

Fix terminal size detection on Windows

This release was a hotfix for broken terminal size detection on Windows

[9.5.1] - 2020-12-19

Fixed

v9.5.0

⚠️ Some subtle changes to behavior in this version, with regards to getting the size of the terminal and highlighting strings renderables. Please review the release notes carefully.

... (truncated)

Changelog

Sourced from rich's changelog.

[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
  • Changed Console.size to get the terminal dimensions via sys.stdin. This means that if you set file to be an io.StringIO file then the width will be set to the current terminal dimensions and not a default of 80.

Added

  • Added stderr parameter to Console
  • Added rich.reconfigure
  • Added Color.__rich__

... (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 11, 2021

Superseded by #267.

@dependabot dependabot Bot closed this Jan 11, 2021
@dependabot dependabot Bot deleted the dependabot/pip/development/rich-9.6.2 branch January 11, 2021 04:11
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