nmoran / pymarkable

Python tools for use with remarkable readers
MIT License
0 stars 0 forks source link

:arrow_up: Bump rich from 8.0.0 to 9.9.0 #18

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps rich from 8.0.0 to 9.9.0.

Release notes

Sourced from rich's releases.

Traceback optimizations and fixes

[9.9.0] - 2021-01-23

Changed

  • Extended Windows palette to 16 colors
  • Modified windows palette to Windows 10 colors
  • Change regex for attrib_name to be more performant
  • Optimized traceback generation

Fixed

  • Fix double line tree guides on Windows
  • Fixed Tracebacks ignoring initial blank lines
  • Partial fix for tracebacks not finding source after chdir

Added

  • Added post_style argument to Segment.apply_style

Fixed deadlock in Live - please update if you are using Live / Status

[9.8.2] - 2021-01-15

Fixed

v9.8.1

[9.8.1] - 2021-01-13

Fixed

  • Fixed rich.inspect failing with attributes that claim to be callable but aren't willmcgugan/rich#916

v9.8.0

A few fixes and minor enhancements.

[9.8.0] - 2021-01-11

### Added

  • Added rich_measure for tree
  • Added rich.align.VerticalCenter

Changed

  • The style argument on Align now applies to background only
  • Changed display of progress bars in no_color mode for clarity
  • Console property size will fall back to getting the terminal size of stdout it stdin fails, this allows size to be correctly determined when piping

... (truncated)

Changelog

Sourced from rich's changelog.

[9.9.0] - 2021-01-23

Changed

  • Extended Windows palette to 16 colors
  • Modified windows palette to Windows 10 colors
  • Change regex for attrib_name to be more performant
  • Optimized traceback generation

Fixed

  • Fix double line tree guides on Windows
  • Fixed Tracebacks ignoring initial blank lines
  • Partial fix for tracebacks not finding source after chdir

Added

  • Added post_style argument to Segment.apply_style

[9.8.2] - 2021-01-15

Fixed

[9.8.1] - 2021-01-13

Fixed

  • Fixed rich.inspect failing with attributes that claim to be callable but aren't willmcgugan/rich#916

[9.8.0] - 2021-01-11

### Added

  • Added rich_measure for tree
  • Added rich.align.VerticalCenter

Changed

  • The style argument on Align now applies to background only
  • Changed display of progress bars in no_color mode for clarity
  • Console property size will fall back to getting the terminal size of stdout it stdin fails, this allows size to be correctly determined when piping

Fixed

  • Fixed panel cropping when shrunk too bar
  • Allow passing markdown over STDIN when using python -m rich.markdown
  • Fix printing MagicMock.mock_calls willmcgugan/rich#903

... (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[bot] commented 3 years ago

Superseded by #19.