Skip to content

Commit

Permalink
Bump rich from 13.9.2 to 13.9.3 (#653)
Browse files Browse the repository at this point in the history
Bumps [rich](https://github.com/Textualize/rich) from 13.9.2 to 13.9.3.
<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 irregular expression release</h2>
<p>Fix a broken regex that resulted in the slow path being chosen for
some operations. This fix should result in notable speedups for some
operations, such as wrapping text.</p>
<h2>[13.9.3] - 2024-10-22</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed broken regex that may have resulted in poor performance. <a
href="https://redirect.github.com/Textualize/rich/pull/3535">Textualize/rich#3535</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.3] - 2024-10-22</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed broken regex that may have resulted in poor performance. <a
href="https://redirect.github.com/Textualize/rich/pull/3535">Textualize/rich#3535</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/rich/commit/afcc5c5a957c75b325fd7cc45bd70b3ac6413ef4"><code>afcc5c5</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/3535">#3535</a>
from Textualize/regex-error</li>
<li><a
href="https://github.com/Textualize/rich/commit/60f3b615a706949f6ae9734eeaea519573af4522"><code>60f3b61</code></a>
changelog</li>
<li><a
href="https://github.com/Textualize/rich/commit/04db8c2946373fdd3249cb2a6889481a43305aed"><code>04db8c2</code></a>
update regex</li>
<li><a
href="https://github.com/Textualize/rich/commit/b93d3b6d98547b88320a5c82c362d5825bcdca4b"><code>b93d3b6</code></a>
test single cell widths</li>
<li><a
href="https://github.com/Textualize/rich/commit/be42f1b082477f1ec4bdf5d05da7145c78418cda"><code>be42f1b</code></a>
test and added box drawing characters</li>
<li><a
href="https://github.com/Textualize/rich/commit/ad6b8865ff88bcaddb42573befd32ce1c0ae170d"><code>ad6b886</code></a>
version bump</li>
<li><a
href="https://github.com/Textualize/rich/commit/db2e3e89307d30e4096686083f03ef5689572bdf"><code>db2e3e8</code></a>
assert cut</li>
<li><a
href="https://github.com/Textualize/rich/commit/68e1b6386db241d49f7713dae4ba3b59c0d30ba6"><code>68e1b63</code></a>
fix regex</li>
<li>See full diff in <a
href="https://github.com/Textualize/rich/compare/v13.9.2...v13.9.3">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.2&new-version=13.9.3)](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 23, 2024
1 parent e1bec49 commit 62fe24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2024 Secure Sauce LLC
# SPDX-License-Identifier: BUSL-1.1
typing-extensions==4.12.2;python_version<"3.11"
rich==13.9.2
rich==13.9.3
tree-sitter==0.23.1
ignorelib==0.3.0
requests==2.32.3
Expand Down

0 comments on commit 62fe24f

Please sign in to comment.