ddebug
ddebug copied to clipboard
Bump rich from 12.5.1 to 12.6.0
Bumps rich from 12.5.1 to 12.6.0.
Release notes
Sourced from rich's releases.
The FORCE_COLOR edition
NOTE: 12.6.0 may be the last version to support Python3.6. The next version will be 13.0.0, and will be Python3.7+
[12.6.0] - 2022-10-02
Added
- Parse ANSI escape sequences in pretty repr Textualize/rich#2470
- Add support for
FORCE_COLOR
env var Textualize/rich#2449- Allow a
max_depth
argument to be passed to theinstall()
hook Textualize/rich#2486- Document using
None
as name in__rich_repr__
for tuple positional args Textualize/rich#2379- Add
font_aspect_ratio
parameter in SVG export Textualize/rich#2539- Added
Table.add_section
method. Textualize/rich#2544Fixed
- Handle stdout/stderr being null Textualize/rich#2513
- Fix NO_COLOR support on legacy Windows Textualize/rich#2458
- Fix pretty printer handling of cyclic references Textualize/rich#2524
- Fix missing
mode
property on file wrapper breaking uploads viarequests
Textualize/rich#2495- Fix mismatching default value of parameter
ensure_ascii
Textualize/rich#2538- Remove unused height parameter in
Layout
class Textualize/rich#2540- Fixed exception in Syntax.rich_measure for empty files
Changed
- Removed border from code blocks in Markdown
Changelog
Sourced from rich's changelog.
[12.6.0] - 2022-10-02
Added
- Parse ANSI escape sequences in pretty repr Textualize/rich#2470
- Add support for
FORCE_COLOR
env var Textualize/rich#2449- Allow a
max_depth
argument to be passed to theinstall()
hook Textualize/rich#2486- Document using
None
as name in__rich_repr__
for tuple positional args Textualize/rich#2379- Add
font_aspect_ratio
parameter in SVG export Textualize/rich#2539- Added
Table.add_section
method. Textualize/rich#2544Fixed
- Handle stdout/stderr being null Textualize/rich#2513
- Fix NO_COLOR support on legacy Windows Textualize/rich#2458
- Fix pretty printer handling of cyclic references Textualize/rich#2524
- Fix missing
mode
property on file wrapper breaking uploads viarequests
Textualize/rich#2495- Fix mismatching default value of parameter
ensure_ascii
Textualize/rich#2538- Remove unused height parameter in
Layout
class Textualize/rich#2540- Fixed exception in Syntax.rich_measure for empty files
Changed
- Removed border from code blocks in Markdown
[12.5.2] - 2022-07-18
Added
- Add Turkish Readme.
Commits
cc01070
Merge pull request #2560 from Textualize/bump-12.6.06e953c6
version bumpe23ca4d
Merge pull request #2558 from Textualize/syntax-measurefe1ed53
fix for syntax measure13dd9c2
version bump0bdbe55
quote extras83f77af
Merge pull request #2544 from Textualize/add-sectiond49e7be
test base221b280
Merge pull request #2543 from Textualize/panel-text36b25a3
changelog- Additional commits viewable in compare view
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)