Skip to content

Commit

Permalink
Bump rich from 13.9.1 to 13.9.2 (#9432)
Browse files Browse the repository at this point in the history
Bumps [rich](https://github.com/Textualize/rich) from 13.9.1 to 13.9.2.
<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 Splitting segments Release</h2>
<p>A hotfix for highlighting in the table, and a fix for
<code>Segment.split_cells</code></p>
<h2>[13.9.2] - 2024-10-04</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed <code>Table</code> columns not highlighting when added by
<code>add_row</code> <a
href="https://redirect.github.com/Textualize/rich/issues/3517">Textualize/rich#3517</a></li>
<li>Fixed an issue with Segment.split_cells reported in Textual <a
href="https://redirect.github.com/Textualize/textual/issues/5090">Textualize/textual#5090</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.9.2] - 2024-10-04</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed <code>Table</code> columns not highlighting when added by
<code>add_row</code> <a
href="https://redirect.github.com/Textualize/rich/issues/3517">Textualize/rich#3517</a></li>
<li>Fixed an issue with Segment.split_cells reported in Textual <a
href="https://redirect.github.com/Textualize/textual/issues/5090">Textualize/textual#5090</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/rich/commit/0f2f51b872d14588de3a65968f5cdde6fb5694a3"><code>0f2f51b</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3521">#3521</a>
from Textualize/splitcells-fix</li>
<li><a
href="https://github.com/Textualize/rich/commit/8b84ee998ab51967a7649b47b11412717e89db7e"><code>8b84ee9</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3514">#3514</a>
from mdmintz/complete-the-3.7-drop</li>
<li><a
href="https://github.com/Textualize/rich/commit/661ae8dfacb04b317f0c50689ddd9b1d2f19e926"><code>661ae8d</code></a>
version bump</li>
<li><a
href="https://github.com/Textualize/rich/commit/834d1785f4ff422dcc9cc94984225f1d2ff8f527"><code>834d178</code></a>
tests</li>
<li><a
href="https://github.com/Textualize/rich/commit/babf74a7eafb0a989efd88dcfb969cfa2922a58d"><code>babf74a</code></a>
more tests</li>
<li><a
href="https://github.com/Textualize/rich/commit/4f40703e4fa01a749b306b2161a425a314b85606"><code>4f40703</code></a>
fix for split cells</li>
<li><a
href="https://github.com/Textualize/rich/commit/66074922edabeac684434b4d87ee994fb97b0627"><code>6607492</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3518">#3518</a>
from TomJGooding/fix-table-highlight-columns-added-b...</li>
<li><a
href="https://github.com/Textualize/rich/commit/e732952eb53e62bfe936192dd84fb5c1d4d5d4ee"><code>e732952</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3519">#3519</a>
from TomJGooding/docs-table-add-column-highlight-option</li>
<li><a
href="https://github.com/Textualize/rich/commit/0176befbbab4b5515e72fad924540e247fc591cb"><code>0176bef</code></a>
docs(table): add column highlight option</li>
<li><a
href="https://github.com/Textualize/rich/commit/16b3830408df98db41967774e59175a1f919ce25"><code>16b3830</code></a>
fix(table): highlight columns added by add_row</li>
<li>Additional commits viewable in <a
href="https://github.com/Textualize/rich/compare/v13.9.1...v13.9.2">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.9.1&new-version=13.9.2)](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 Oct 8, 2024
1 parent ae9d768 commit 366dc4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ requests==2.32.3
# cherry-picker
# python-on-whales
# sphinx
rich==13.9.1
rich==13.9.2
# via typer
setuptools-git==1.2
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ requests==2.32.3
# cherry-picker
# python-on-whales
# sphinx
rich==13.9.1
rich==13.9.2
# via typer
setuptools-git==1.2
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pyyaml==6.0.2
# via pre-commit
requests==2.32.3
# via python-on-whales
rich==13.9.1
rich==13.9.2
# via typer
shellingham==1.5.4
# via typer
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ regex==2024.9.11
# via re-assert
requests==2.32.3
# via python-on-whales
rich==13.9.1
rich==13.9.2
# via typer
setuptools-git==1.2
# via -r requirements/test.in
Expand Down

0 comments on commit 366dc4f

Please sign in to comment.