Skip to content

Commit

Permalink
Upgrade: [dependabot] - bump rich from 13.7.1 to 13.8.0 (#715)
Browse files Browse the repository at this point in the history
Bumps [rich](https://github.com/Textualize/rich) from 13.7.1 to 13.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/rich/releases">rich's
releases</a>.</em></p>
<blockquote>
<h2>The Thanks for your patience Release</h2>
<p>This is a fairly large update. Mostly an accumulation of small fixes
and enhancements. Nothing qualifies as a *breaking change (for some
definition), but there may be some subtly changes to output. Check below
for anything that might affect you!</p>
<h2>[13.8.0] - 2024-08-26</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed <code>Table</code> rendering of box elements so
&quot;footer&quot; elements truly appear at bottom of table,
&quot;mid&quot; elements in main table body.</li>
<li>Fixed styles in Panel when Text objects are used for title <a
href="https://redirect.github.com/Textualize/rich/pull/3401">Textualize/rich#3401</a></li>
<li>Fix pretty repr for <code>collections.deque</code> <a
href="https://redirect.github.com/Textualize/rich/pull/2864">Textualize/rich#2864</a></li>
<li>Thread used in progress.track will exit if an exception occurs in a
generator <a
href="https://redirect.github.com/Textualize/rich/pull/3402">Textualize/rich#3402</a></li>
<li>Progress track thread is now a daemon thread <a
href="https://redirect.github.com/Textualize/rich/pull/3402">Textualize/rich#3402</a></li>
<li>Fixed cached hash preservation upon clearing meta and links <a
href="https://redirect.github.com/Textualize/rich/issues/2942">Textualize/rich#2942</a></li>
<li>Fixed overriding the <code>background_color</code> of
<code>Syntax</code> not including padding <a
href="https://redirect.github.com/Textualize/rich/issues/3295">Textualize/rich#3295</a></li>
<li>Fixed pretty printing of dataclasses with a default repr in Python
3.13 <a
href="https://redirect.github.com/Textualize/rich/pull/3455">Textualize/rich#3455</a></li>
<li>Fixed selective enabling of highlighting when disabled in the
<code>Console</code> <a
href="https://redirect.github.com/Textualize/rich/issues/3419">Textualize/rich#3419</a></li>
<li>Fixed BrokenPipeError writing an error message <a
href="https://redirect.github.com/Textualize/rich/pull/3468">Textualize/rich#3468</a></li>
<li>Fixed superfluous space above Markdown tables <a
href="https://redirect.github.com/Textualize/rich/pull/3469">Textualize/rich#3469</a></li>
<li>Fixed issue with record and capture interaction <a
href="https://redirect.github.com/Textualize/rich/pull/3470">Textualize/rich#3470</a></li>
<li>Fixed control codes breaking in <code>append_tokens</code> <a
href="https://redirect.github.com/Textualize/rich/pull/3471">Textualize/rich#3471</a></li>
<li>Fixed exception pretty printing a dataclass with missing fields <a
href="https://redirect.github.com/Textualize/rich/pull/3472">Textualize/rich#3472</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>RichHandler</code> errors and warnings will now use different
colors (red and yellow) <a
href="https://redirect.github.com/Textualize/rich/issues/2825">Textualize/rich#2825</a></li>
<li>Removed the empty line printed in jupyter while using
<code>Progress</code> <a
href="https://redirect.github.com/Textualize/rich/pull/2616">Textualize/rich#2616</a></li>
<li>Running tests in environment with <code>FORCE_COLOR</code> or
<code>NO_COLOR</code> environment variables</li>
<li>ansi decoder will now strip problematic private escape sequences
(like <code>\x1b7</code>) <a
href="https://redirect.github.com/Textualize/rich/pull/3278/">Textualize/rich#3278</a></li>
<li>Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class
attributes</li>
</ul>
<h3>Added</h3>
<ul>
<li>Adds a <code>case_sensitive</code> parameter to
<code>prompt.Prompt</code>. This determines if the
response is treated as case-sensitive. Defaults to
<code>True</code>.</li>
<li>Added <code>Console.on_broken_pipe</code> <a
href="https://redirect.github.com/Textualize/rich/pull/3468">Textualize/rich#3468</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's
changelog</a>.</em></p>
<blockquote>
<h2>[13.8.0] - 2024-08-26</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed <code>Table</code> rendering of box elements so
&quot;footer&quot; elements truly appear at bottom of table,
&quot;mid&quot; elements in main table body.</li>
<li>Fixed styles in Panel when Text objects are used for title <a
href="https://redirect.github.com/Textualize/rich/pull/3401">Textualize/rich#3401</a></li>
<li>Fix pretty repr for <code>collections.deque</code> <a
href="https://redirect.github.com/Textualize/rich/pull/2864">Textualize/rich#2864</a></li>
<li>Thread used in progress.track will exit if an exception occurs in a
generator <a
href="https://redirect.github.com/Textualize/rich/pull/3402">Textualize/rich#3402</a></li>
<li>Progress track thread is now a daemon thread <a
href="https://redirect.github.com/Textualize/rich/pull/3402">Textualize/rich#3402</a></li>
<li>Fixed cached hash preservation upon clearing meta and links <a
href="https://redirect.github.com/Textualize/rich/issues/2942">Textualize/rich#2942</a></li>
<li>Fixed overriding the <code>background_color</code> of
<code>Syntax</code> not including padding <a
href="https://redirect.github.com/Textualize/rich/issues/3295">Textualize/rich#3295</a></li>
<li>Fixed pretty printing of dataclasses with a default repr in Python
3.13 <a
href="https://redirect.github.com/Textualize/rich/pull/3455">Textualize/rich#3455</a></li>
<li>Fixed selective enabling of highlighting when disabled in the
<code>Console</code> <a
href="https://redirect.github.com/Textualize/rich/issues/3419">Textualize/rich#3419</a></li>
<li>Fixed BrokenPipeError writing an error message <a
href="https://redirect.github.com/Textualize/rich/pull/3468">Textualize/rich#3468</a></li>
<li>Fixed superfluous space above Markdown tables <a
href="https://redirect.github.com/Textualize/rich/pull/3469">Textualize/rich#3469</a></li>
<li>Fixed issue with record and capture interaction <a
href="https://redirect.github.com/Textualize/rich/pull/3470">Textualize/rich#3470</a></li>
<li>Fixed control codes breaking in <code>append_tokens</code> <a
href="https://redirect.github.com/Textualize/rich/pull/3471">Textualize/rich#3471</a></li>
<li>Fixed exception pretty printing a dataclass with missing fields <a
href="https://redirect.github.com/Textualize/rich/pull/3472">Textualize/rich#3472</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>RichHandler</code> errors and warnings will now use different
colors (red and yellow) <a
href="https://redirect.github.com/Textualize/rich/issues/2825">Textualize/rich#2825</a></li>
<li>Removed the empty line printed in jupyter while using
<code>Progress</code> <a
href="https://redirect.github.com/Textualize/rich/pull/2616">Textualize/rich#2616</a></li>
<li>Running tests in environment with <code>FORCE_COLOR</code> or
<code>NO_COLOR</code> environment variables</li>
<li>ansi decoder will now strip problematic private escape sequences
(like <code>\x1b7</code>) <a
href="https://redirect.github.com/Textualize/rich/pull/3278/">Textualize/rich#3278</a></li>
<li>Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class
attributes</li>
</ul>
<h3>Added</h3>
<ul>
<li>Adds a <code>case_sensitive</code> parameter to
<code>prompt.Prompt</code>. This determines if the
response is treated as case-sensitive. Defaults to
<code>True</code>.</li>
<li>Added <code>Console.on_broken_pipe</code> <a
href="https://redirect.github.com/Textualize/rich/pull/3468">Textualize/rich#3468</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/rich/commit/9ec419154102acce7363e3958bec6c261864d7fb"><code>9ec4191</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3473">#3473</a>
from Textualize/bump1380</li>
<li><a
href="https://github.com/Textualize/rich/commit/9c74f03f5c0aa2ed20e1d184cc9b7000cb8f6358"><code>9c74f03</code></a>
bump to v13.8.0</li>
<li><a
href="https://github.com/Textualize/rich/commit/dc7a195acd480326c2449ec0829726ecd91e0c68"><code>dc7a195</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3472">#3472</a>
from Textualize/fix-bad-dataclass</li>
<li><a
href="https://github.com/Textualize/rich/commit/c93883011aa059b5683ae2b30d02952d21a0bc5d"><code>c938830</code></a>
changelog</li>
<li><a
href="https://github.com/Textualize/rich/commit/6055e2d8ef98e5487949b9c6e5d0dfce6a5b9e28"><code>6055e2d</code></a>
fix for missing field in dataclass</li>
<li><a
href="https://github.com/Textualize/rich/commit/b6f2f7aa5b27f612f391cd28212aff51ad0d42d1"><code>b6f2f7a</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3454">#3454</a>
from subrat-lima/master</li>
<li><a
href="https://github.com/Textualize/rich/commit/b1397be1e79fc3ac6d7fd4f66474fbe6d5e820bf"><code>b1397be</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3455">#3455</a>
from jjhelmus/dataclasses_3.13</li>
<li><a
href="https://github.com/Textualize/rich/commit/035f3ea790f5dc6451ce7f15b41f452e6ea523d3"><code>035f3ea</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3452">#3452</a>
from sbraz/typos_examples</li>
<li><a
href="https://github.com/Textualize/rich/commit/d6abebd8bf7adb58cddc6a0652f8f80684b311ee"><code>d6abebd</code></a>
Merge branch 'master' into dataclasses_3.13</li>
<li><a
href="https://github.com/Textualize/rich/commit/1b2dada1c9fa6f16ec319a8d370458c8bde203f7"><code>1b2dada</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3471">#3471</a>
from Textualize/fix-append-tokens</li>
<li>Additional commits viewable in <a
href="https://github.com/Textualize/rich/compare/v13.7.1...v13.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rich&package-manager=pip&previous-version=13.7.1&new-version=13.8.0)](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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 527b1b7 commit 593f619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ flake8 = "^7.1.1"
jinja2 = "^3.1.4"
pip-licenses = "^5.0.0"
click = "^8.1.7"
rich = "^13.7.1"
rich = "^13.8.0"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 593f619

Please sign in to comment.