-
-
Notifications
You must be signed in to change notification settings - Fork 0
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.4.4 to 12.6.0 #34
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
Bumps [rich](https://github.com/willmcgugan/rich) from 12.4.4 to 12.6.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v12.4.4...v12.6.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Oct 11, 2022
@dependabot squash and merge
…On Tue, Oct 11, 2022 at 1:50 AM dependabot[bot] ***@***.***> wrote:
Bumps rich <https://github.com/willmcgugan/rich> from 12.4.4 to 12.6.0.
Release notes
*Sourced from rich's releases
<https://github.com/willmcgugan/rich/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
<https://github-redirect.dependabot.com/Textualize/rich/pull/2470>
- Add support for FORCE_COLOR env var Textualize/rich#2449
<https://github-redirect.dependabot.com/Textualize/rich/pull/2449>
- Allow a max_depth argument to be passed to the install() hook
Textualize/rich#2486
<https://github-redirect.dependabot.com/Textualize/rich/issues/2486>
- Document using None as name in __rich_repr__ for tuple positional
args Textualize/rich#2379
<https://github-redirect.dependabot.com/Textualize/rich/pull/2379>
- Add font_aspect_ratio parameter in SVG export Textualize/rich#2539
<https://github-redirect.dependabot.com/Textualize/rich/pull/2539/files>
- Added Table.add_section method. Textualize/rich#2544
<https://github-redirect.dependabot.com/Textualize/rich/pull/2544>
Fixed
- Handle stdout/stderr being null Textualize/rich#2513
<https://github-redirect.dependabot.com/Textualize/rich/pull/2513>
- Fix NO_COLOR support on legacy Windows Textualize/rich#2458
<https://github-redirect.dependabot.com/Textualize/rich/pull/2458>
- Fix pretty printer handling of cyclic references Textualize/rich#2524
<https://github-redirect.dependabot.com/Textualize/rich/pull/2524>
- Fix missing mode property on file wrapper breaking uploads via
requests Textualize/rich#2495
<https://github-redirect.dependabot.com/Textualize/rich/pull/2495>
- Fix mismatching default value of parameter ensure_ascii
Textualize/rich#2538
<https://github-redirect.dependabot.com/Textualize/rich/pull/2538>
- Remove unused height parameter in Layout class Textualize/rich#2540
<https://github-redirect.dependabot.com/Textualize/rich/pull/2540>
- Fixed exception in Syntax.*rich_measure* for empty files
Changed
- Removed border from code blocks in Markdown
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
... (truncated)
Changelog
*Sourced from rich's changelog
<https://github.com/Textualize/rich/blob/master/CHANGELOG.md>.*
[12.6.0] - 2022-10-02 Added
- Parse ANSI escape sequences in pretty repr Textualize/rich#2470
<https://github-redirect.dependabot.com/Textualize/rich/pull/2470>
- Add support for FORCE_COLOR env var Textualize/rich#2449
<https://github-redirect.dependabot.com/Textualize/rich/pull/2449>
- Allow a max_depth argument to be passed to the install() hook
Textualize/rich#2486
<https://github-redirect.dependabot.com/Textualize/rich/issues/2486>
- Document using None as name in __rich_repr__ for tuple positional
args Textualize/rich#2379
<https://github-redirect.dependabot.com/Textualize/rich/pull/2379>
- Add font_aspect_ratio parameter in SVG export Textualize/rich#2539
<https://github-redirect.dependabot.com/Textualize/rich/pull/2539/files>
- Added Table.add_section method. Textualize/rich#2544
<https://github-redirect.dependabot.com/Textualize/rich/pull/2544>
Fixed
- Handle stdout/stderr being null Textualize/rich#2513
<https://github-redirect.dependabot.com/Textualize/rich/pull/2513>
- Fix NO_COLOR support on legacy Windows Textualize/rich#2458
<https://github-redirect.dependabot.com/Textualize/rich/pull/2458>
- Fix pretty printer handling of cyclic references Textualize/rich#2524
<https://github-redirect.dependabot.com/Textualize/rich/pull/2524>
- Fix missing mode property on file wrapper breaking uploads via
requests Textualize/rich#2495
<https://github-redirect.dependabot.com/Textualize/rich/pull/2495>
- Fix mismatching default value of parameter ensure_ascii
Textualize/rich#2538
<https://github-redirect.dependabot.com/Textualize/rich/pull/2538>
- Remove unused height parameter in Layout class Textualize/rich#2540
<https://github-redirect.dependabot.com/Textualize/rich/pull/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.
[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>
- Fixed Databricks Notebook is not detected as Jupyter environment.
Textualize/rich#2422
<https://github-redirect.dependabot.com/Textualize/rich/issues/2422>
[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
... (truncated)
Commits
- cc01070
<Textualize/rich@cc01070>
Merge pull request #2560
<https://github-redirect.dependabot.com/willmcgugan/rich/issues/2560>
from Textualize/bump-12.6.0
- 6e953c6
<Textualize/rich@6e953c6>
version bump
- e23ca4d
<Textualize/rich@e23ca4d>
Merge pull request #2558
<https://github-redirect.dependabot.com/willmcgugan/rich/issues/2558>
from Textualize/syntax-measure
- fe1ed53
<Textualize/rich@fe1ed53>
fix for syntax measure
- 13dd9c2
<Textualize/rich@13dd9c2>
version bump
- 0bdbe55
<Textualize/rich@0bdbe55>
quote extras
- 83f77af
<Textualize/rich@83f77af>
Merge pull request #2544
<https://github-redirect.dependabot.com/willmcgugan/rich/issues/2544>
from Textualize/add-section
- d49e7be
<Textualize/rich@d49e7be>
test base
- 221b280
<Textualize/rich@221b280>
Merge pull request #2543
<https://github-redirect.dependabot.com/willmcgugan/rich/issues/2543>
from Textualize/panel-text
- 36b25a3
<Textualize/rich@36b25a3>
changelog
- Additional commits viewable in compare view
<Textualize/rich@v12.4.4...v12.6.0>
[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:
#34
Commit Summary
- 448f5f3
<448f5f3>
Bump rich from 12.4.4 to 12.6.0
File Changes
(2 files <https://github.com/iloveitaly/todoist-scheduler/pull/34/files>)
- *M* poetry.lock
<https://github.com/iloveitaly/todoist-scheduler/pull/34/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(8)
- *M* pyproject.toml
<https://github.com/iloveitaly/todoist-scheduler/pull/34/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(2)
Patch Links:
- https://github.com/iloveitaly/todoist-scheduler/pull/34.patch
- https://github.com/iloveitaly/todoist-scheduler/pull/34.diff
—
Reply to this email directly, view it on GitHub
<#34>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABE2RYGC3UKSHUJPVKYDWLWCUL5PANCNFSM6AAAAAARCAAKE4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.4.4 to 12.6.0.
Release notes
Sourced from rich's releases.
... (truncated)
Changelog
Sourced from rich's changelog.
... (truncated)
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
changelogDependabot 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)