Bumps the production-dependencies group with 2 updates in the / directory: rich and rich-click.
Updates rich from 13.9.2 to 13.9.4
Release notes
Sourced from rich's releases.
The Faster is Faster release
[13.9.4] - 2024年11月01日
Changed
The irregular expression release
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.
[13.9.3] - 2024年10月22日
Fixed
Changelog
Sourced from rich's changelog.
[13.9.4] - 2024年11月01日
Changed
[13.9.3] - 2024年10月22日
Fixed
Commits
Updates rich-click from 1.8.3 to 1.8.4
Release notes
Sourced from rich-click's releases.
v1.8.4
- Support
rich.text.Text() objects for header_text, footer_text, errors_suggestion, and errors_epilogue.
Changelog
Sourced from rich-click's changelog.
Version 1.8.4 (2024年11月12日)
- Support
rich.text.Text() objects for header_text, footer_text, errors_suggestion, and errors_epilogue.
Commits
1f3b970 Merge pull request #209 from dwreeves/1.8.4-and-blog-post
2a7ab49 Add blog post about styles and patch release for 1.8.4
7157729 Generate new screengrabs with rich-codex
b02be6d Merge pull request #208 from ewels/fix-example-04
9bed0a9 Fix example 04
6f12a7a Merge pull request #207 from dwreeves/add-py3.13
4d97621 Add Python 3.13 to tests
e6a1a9e Merge pull request #205 from dwreeves/add-macports-note
41f013b resolve issue #171
304249d Merge pull request #204 from dwreeves/typing-extensions-lower-bound
- Additional commits viewable in compare view
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the production-dependencies group with 2 updates in the / directory: [rich](https://github.com/Textualize/rich) and [rich-click](https://github.com/ewels/rich-click).
Updates `rich` from 13.9.2 to 13.9.4
<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 Faster is Faster release</h2>
<h2>[13.9.4] - 2024年11月01日</h2>
<h3>Changed</h3>
<ul>
<li>Optimizations to cell_len which may speed up Rich / Textual output <a href="https://redirect.github.com/Textualize/rich/pull/3546">Textualize/rich#3546</a></li>
</ul>
<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.4] - 2024年11月01日</h2>
<h3>Changed</h3>
<ul>
<li>Optimizations to cell_len which may speed up Rich / Textual output <a href="https://redirect.github.com/Textualize/rich/pull/3546">Textualize/rich#3546</a></li>
</ul>
<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/43d3b04725ab9731727fb1126e35980c62f32377"><code>43d3b04</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3548">#3548</a> from Textualize/bump1394</li>
<li><a href="https://github.com/Textualize/rich/commit/e440ff23806372ec221fa8f22c57a9d31828de4b"><code>e440ff2</code></a> bump</li>
<li><a href="https://github.com/Textualize/rich/commit/12301e3041455cde59f463a8e1522070e16ceb28"><code>12301e3</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3546">#3546</a> from Textualize/faster-cell-len</li>
<li><a href="https://github.com/Textualize/rich/commit/02f3d148e8f7143519272ed6404cc6894dc13ec6"><code>02f3d14</code></a> comment</li>
<li><a href="https://github.com/Textualize/rich/commit/aaaef278be38ebadea3d6f47dedd89fd910078ca"><code>aaaef27</code></a> leaner syntax</li>
<li><a href="https://github.com/Textualize/rich/commit/6cef0bcb0e584eac1eb6021cc2202ecad70b6b11"><code>6cef0bc</code></a> leaner cell_len</li>
<li><a href="https://github.com/Textualize/rich/commit/46150cdbf61426c4683c59a0e4f45dca23d38202"><code>46150cd</code></a> sum and map is faster</li>
<li><a href="https://github.com/Textualize/rich/commit/9e7f363aebe01542210633dd4027ce777bf31e3c"><code>9e7f363</code></a> use sets</li>
<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>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v13.9.2...v13.9.4">compare view</a></li>
</ul>
</details>
<br />
Updates `rich-click` from 1.8.3 to 1.8.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ewels/rich-click/releases">rich-click's releases</a>.</em></p>
<blockquote>
<h2>v1.8.4</h2>
<ul>
<li>Support <code>rich.text.Text()</code> objects for <code>header_text</code>, <code>footer_text</code>, <code>errors_suggestion</code>, and <code>errors_epilogue</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ewels/rich-click/blob/main/CHANGELOG.md">rich-click's changelog</a>.</em></p>
<blockquote>
<h2>Version 1.8.4 (2024年11月12日)</h2>
<ul>
<li>Support <code>rich.text.Text()</code> objects for <code>header_text</code>, <code>footer_text</code>, <code>errors_suggestion</code>, and <code>errors_epilogue</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ewels/rich-click/commit/1f3b970208e51af31a62e5aa35efa13cc182065a"><code>1f3b970</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/209">#209</a> from dwreeves/1.8.4-and-blog-post</li>
<li><a href="https://github.com/ewels/rich-click/commit/2a7ab49bc3717ec42ce9f74ce1ca8c8b8f464935"><code>2a7ab49</code></a> Add blog post about styles and patch release for 1.8.4</li>
<li><a href="https://github.com/ewels/rich-click/commit/715772990b87bd5f6e4f89f375526dda20118c33"><code>7157729</code></a> Generate new screengrabs with rich-codex</li>
<li><a href="https://github.com/ewels/rich-click/commit/b02be6d7e9fe35d97f43e54efbdaf0e99b812cd4"><code>b02be6d</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/208">#208</a> from ewels/fix-example-04</li>
<li><a href="https://github.com/ewels/rich-click/commit/9bed0a904fb0850335765fde8ec21b85cf56da82"><code>9bed0a9</code></a> Fix example 04</li>
<li><a href="https://github.com/ewels/rich-click/commit/6f12a7a094b517b7f15c9108c962edf65bf0401c"><code>6f12a7a</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/207">#207</a> from dwreeves/add-py3.13</li>
<li><a href="https://github.com/ewels/rich-click/commit/4d976210b2e6f497ac8e50314717d6a0869a9802"><code>4d97621</code></a> Add Python 3.13 to tests</li>
<li><a href="https://github.com/ewels/rich-click/commit/e6a1a9e1fe711392564ae459bd450b021b06f3f7"><code>e6a1a9e</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/205">#205</a> from dwreeves/add-macports-note</li>
<li><a href="https://github.com/ewels/rich-click/commit/41f013b7efb3c18f1594d4b88088da0d3aa13fe6"><code>41f013b</code></a> resolve issue <a href="https://redirect.github.com/ewels/rich-click/issues/171">#171</a></li>
<li><a href="https://github.com/ewels/rich-click/commit/304249d97784453091dc269412adaf54976fb8ef"><code>304249d</code></a> Merge pull request <a href="https://redirect.github.com/ewels/rich-click/issues/204">#204</a> from dwreeves/typing-extensions-lower-bound</li>
<li>Additional commits viewable in <a href="https://github.com/ewels/rich-click/compare/v1.8.3...v1.8.4">compare view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>