einspect
einspect copied to clipboard
Bump rich from 12.6.0 to 13.6.0
Bumps rich from 12.6.0 to 13.6.0.
Release notes
Sourced from rich's releases.
The Python 3.12 release
Mostly a meta update in readiness for the release of Python3.12
[13.6.0] - 2023-09-30
Added
- Added Python 3.12 to classifiers.
Markdown fixes
[13.5.3] - 2023-09-17
Fixed
- Markdown table rendering issue with inline styles and links Textualize/rich#3115
- Fix Markdown code blocks on a light background Textualize/rich#3123
v13.5.2
Bugfix
[13.5.2] - 2023-08-01
Fixed
- Fixed Text.expand_tabs assertion error
v13.5.1
Very minor update to URL highlighting
[13.5.1] - 2023-07-31
Fixed
- Fix tilde character (
~
) not included in link regex when printing to console Textualize/rich#3057Mostly cake, one or two puppies
https://textual.textualize.io/blog/2023/07/29/pull-requests-are-cake-or-puppies/
[13.5.0] - 2023-07-29
Fixed
- Fixed Text.expand_tabs not expanding spans.
- Fixed TimeElapsedColumn from showing negative.
- Fix for escaping strings with a trailing backslash Textualize/rich#2987
- Fixed exception in Markdown with partial table Textualize/rich#3053
- Fixed the HTML export template so that the
<html>
tag comes before the<head>
tag Textualize/rich#3021- Fixed issue with custom classes overwriting
__eq__
Textualize/rich#2875- Fix rich.pretty.install breakage in iPython Textualize/rich#3013
... (truncated)
Changelog
Sourced from rich's changelog.
[13.6.0] - 2023-09-30
Added
- Added Python 3.12 to classifiers.
[13.5.3] - 2023-09-17
Fixed
- Markdown table rendering issue with inline styles and links Textualize/rich#3115
- Fix Markdown code blocks on a light background Textualize/rich#3123
[13.5.2] - 2023-08-01
Fixed
- Fixed Text.expand_tabs assertion error
[13.5.1] - 2023-07-31
Fixed
- Fix tilde character (
~
) not included in link regex when printing to console Textualize/rich#3057[13.5.0] - 2023-07-29
Fixed
- Fixed Text.expand_tabs not expanding spans.
- Fixed TimeElapsedColumn from showing negative.
- Fix for escaping strings with a trailing backslash Textualize/rich#2987
- Fixed exception in Markdown with partial table Textualize/rich#3053
- Fixed the HTML export template so that the
<html>
tag comes before the<head>
tag Textualize/rich#3021- Fixed issue with custom classes overwriting
__eq__
Textualize/rich#2875- Fix rich.pretty.install breakage in iPython Textualize/rich#3013
Added
- Added Text.extend_style method.
- Added Span.extend method.
Changed
- Text.tab_size now defaults to
None
to indicate that Console.tab_size should be used.[13.4.2] - 2023-06-12
Changed
... (truncated)
Commits
e9f75c9
Merge branch 'py312'35b64f1
Merge pull request #3139 from Textualize/py312c8ff546
version bump3f8c4af
tests for 3.12ef90daf
enable py312ec91917
changelog5360fe6
version bumpe0d3aee
Merge pull request #3132 from Textualize/fix-markdown-on-lightdb07a2a
Restore text44e36aa
Add default lexer- 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Codecov Report
Merging #116 (425b032) into main (640e7bf) will not change coverage. The diff coverage is
n/a
.
Additional details and impacted files
@@ Coverage Diff @@
## main #116 +/- ##
=======================================
Coverage 92.54% 92.54%
=======================================
Files 51 51
Lines 2801 2801
=======================================
Hits 2592 2592
Misses 209 209
Flag | Coverage Δ | |
---|---|---|
unittests | 92.54% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 640e7bf...425b032. Read the comment docs.