-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump rich from 12.3.0 to 12.5.1 #135
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Jul 23, 2022
@dependabot squash and merge
…On Sat, Jul 23, 2022 at 11:13 AM dependabot[bot] ***@***.***> wrote:
Bumps rich <https://github.com/willmcgugan/rich> from 12.3.0 to 12.5.1.
Release notes
*Sourced from rich's releases
<https://github.com/willmcgugan/rich/releases>.*
v12.5.1 [12.5.1] - 2022-07-11 Fixed
- Fixed missing typing extensions dependency on 3.9
Textualize/rich#2386
<https://github-redirect.dependabot.com/Textualize/rich/issues/2386>
v12.5.0 [12.5.0] - 2022-07-11 Added
- Environment variables JUPYTER_COLUMNS and JUPYTER_LINES to control
width and height of console in Jupyter
- Markdown friendly Box style, MARKDOWN, for rendering tables ready to
copy into markdown files
- inspect will prefix coroutine functions with async def
Changed
- Default width of Jupyter console size is increased to 115
- Optimized Segment.divide
- Style.__add__ will no longer return NotImplemented
- Remove rich._lru_cache
Fixed
- Fix Rich clobbering cursor style on Windows Textualize/rich#2339
<https://github-redirect.dependabot.com/Textualize/rich/pull/2339>
- Fix text wrapping edge case Textualize/rich#2296
<https://github-redirect.dependabot.com/Textualize/rich/pull/2296>
- Allow exceptions that are raised while a Live is rendered to be
displayed and/or processed Textualize/rich#2305
<https://github-redirect.dependabot.com/Textualize/rich/pull/2305>
- Fix crashes that can happen with inspect when docstrings contain
some special control codes Textualize/rich#2294
<https://github-redirect.dependabot.com/Textualize/rich/pull/2294>
- Fix edges used in first row of tables when show_header=False
Textualize/rich#2330
<https://github-redirect.dependabot.com/Textualize/rich/pull/2330>
- Fix interaction between Capture contexts and Console(record=True)
Textualize/rich#2343
<https://github-redirect.dependabot.com/Textualize/rich/pull/2343>
- Fixed hash issue in Styles class Textualize/rich#2346
<https://github-redirect.dependabot.com/Textualize/rich/pull/2346>
- Fixed bug in Segment.split_and_crop_lines
v12.4.4 [12.4.4] - 2022-05-24 Changed
- Added clipping per line to SVG output to avoid box characters
overlapping
- Optimized SVG output
v12.4.3 [12.4.3] - 2022-05-23 Changed
- Further tweaks to SVG character matrix
- Added clip rect to SVG to prevent box characters overlapping bottom
of terminal
... (truncated)
Changelog
*Sourced from rich's changelog
<https://github.com/Textualize/rich/blob/master/CHANGELOG.md>.*
[12.5.1] - 2022-07-11 Fixed
- Fixed missing typing extensions dependency on 3.9
Textualize/rich#2386
<https://github-redirect.dependabot.com/Textualize/rich/issues/2386>
[12.5.0] - 2022-07-11 Added
- Environment variables JUPYTER_COLUMNS and JUPYTER_LINES to control
width and height of console in Jupyter
- Markdown friendly Box style, MARKDOWN, for rendering tables ready to
copy into markdown files
- inspect will prefix coroutine functions with async def
- Style.__add__ will no longer return NotImplemented
- Remove rich._lru_cache
Changed
- Default width of Jupyter console size is increased to 115
- Optimized Segment.divide
Fixed
- Fix Rich clobbering cursor style on Windows Textualize/rich#2339
<https://github-redirect.dependabot.com/Textualize/rich/pull/2339>
- Fix text wrapping edge case Textualize/rich#2296
<https://github-redirect.dependabot.com/Textualize/rich/pull/2296>
- Allow exceptions that are raised while a Live is rendered to be
displayed and/or processed Textualize/rich#2305
<https://github-redirect.dependabot.com/Textualize/rich/pull/2305>
- Fix crashes that can happen with inspect when docstrings contain
some special control codes Textualize/rich#2294
<https://github-redirect.dependabot.com/Textualize/rich/pull/2294>
- Fix edges used in first row of tables when show_header=False
Textualize/rich#2330
<https://github-redirect.dependabot.com/Textualize/rich/pull/2330>
- Fix interaction between Capture contexts and Console(record=True)
Textualize/rich#2343
<https://github-redirect.dependabot.com/Textualize/rich/pull/2343>
- Fixed hash issue in Styles class Textualize/rich#2346
<https://github-redirect.dependabot.com/Textualize/rich/pull/2346>
- Fixed bug in Segment.split_and_crop_lines
[12.4.4] - 2022-05-24 Changed
- Added clipping per line to SVG output to avoid box characters
overlapping
- Optimized SVG output
[12.4.3] - 2022-05-23 Changed
- Further tweaks to SVG character matrix
- Added clip rect to SVG to prevent box characters overlapping bottom
of terminal
[12.4.2] - 2022-05-23 Fixed
... (truncated)
Commits
- a6f2d84
<Textualize/rich@a6f2d84>
Merge pull request #2387
<https://github-redirect.dependabot.com/willmcgugan/rich/issues/2387>
from Textualize/type-alias
- c6982eb
<Textualize/rich@c6982eb>
remove type alias
- ef5bd78
<Textualize/rich@ef5bd78>
dependency fix
- a473ef8
<Textualize/rich@a473ef8>
fix changelog
- 1de9471
<Textualize/rich@1de9471>
Merge pull request #2385
<https://github-redirect.dependabot.com/willmcgugan/rich/issues/2385>
from Textualize/divide
- 2a0d7b6
<Textualize/rich@2a0d7b6>
bump changelog
- c62379f
<Textualize/rich@c62379f>
added 12.5.0 to benchmarks
- fd9a0fa
<Textualize/rich@fd9a0fa>
improved benchmarks
- 76dfb96
<Textualize/rich@76dfb96>
optimized divide
- 8767e86
<Textualize/rich@8767e86>
Merge pull request #2367
<https://github-redirect.dependabot.com/willmcgugan/rich/issues/2367>
from Textualize/dependabot/pip/black-22.6.0
- Additional commits viewable in compare view
<Textualize/rich@v12.3.0...v12.5.1>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
------------------------------
You can view, comment on, or merge this pull request online at:
#135
Commit Summary
- 62381b3
<62381b3>
Bump rich from 12.3.0 to 12.5.1
File Changes
(2 files
<https://github.com/iloveitaly/crypto-index-fund-bot/pull/135/files>)
- *M* poetry.lock
<https://github.com/iloveitaly/crypto-index-fund-bot/pull/135/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(40)
- *M* pyproject.toml
<https://github.com/iloveitaly/crypto-index-fund-bot/pull/135/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(4)
Patch Links:
- https://github.com/iloveitaly/crypto-index-fund-bot/pull/135.patch
- https://github.com/iloveitaly/crypto-index-fund-bot/pull/135.diff
—
Reply to this email directly, view it on GitHub
<#135>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABE2R34RIHFVDFSRIU7CULVVQR3XANCNFSM54OI5N2Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Bumps [rich](https://github.com/willmcgugan/rich) from 12.3.0 to 12.5.1. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v12.3.0...v12.5.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/pip/rich-12.5.1
branch
from
July 23, 2022 17:55
62381b3
to
0b5b0b1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps rich from 12.3.0 to 12.5.1.
Release notes
Sourced from rich's releases.
... (truncated)
Changelog
Sourced from rich's changelog.
... (truncated)
Commits
a6f2d84
Merge pull request #2387 from Textualize/type-aliasc6982eb
remove type aliasef5bd78
dependency fixa473ef8
fix changelog1de9471
Merge pull request #2385 from Textualize/divide2a0d7b6
bump changelogc62379f
added 12.5.0 to benchmarksfd9a0fa
improved benchmarks76dfb96
optimized divide8767e86
Merge pull request #2367 from Textualize/dependabot/pip/black-22.6.0Dependabot 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @iloveitaly.
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)