[PR #1722] [MERGED] deps(tinytorch): update rich requirement from >=13.0.0 to >=15.0.0 in /tinytorch #14622

Closed
opened 2026-05-17 18:25:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1722
Author: @dependabot[bot]
Created: 5/11/2026
Status: Merged
Merged: 5/12/2026
Merged by: @profvjreddi

Base: devHead: dependabot/pip/tinytorch/dev/rich-gte-15.0.0


📝 Commits (1)

  • aa485cc deps(tinytorch): update rich requirement in /tinytorch

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 tinytorch/binder/requirements.txt (+1 -1)
📝 tinytorch/pyproject.toml (+1 -1)
📝 tinytorch/requirements.txt (+1 -1)

📄 Description

Updates the requirements on rich to permit the latest version.

Release notes

Sourced from rich's releases.

The So Long 3.8 Release

A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

Changelog

Sourced from rich's changelog.

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

[14.3.4] - 2026-04-11

Changed

[14.3.3] - 2026-02-19

Fixed

[14.3.2] - 2026-02-01

Fixed

[14.3.1] - 2026-01-24

Fixed

[14.3.0] - 2026-01-24

Fixed

Added

... (truncated)

Commits

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1722 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/11/2026 **Status:** ✅ Merged **Merged:** 5/12/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/pip/tinytorch/dev/rich-gte-15.0.0` --- ### 📝 Commits (1) - [`aa485cc`](https://github.com/harvard-edge/cs249r_book/commit/aa485cc8feff696f837ad78e7ca91efd0328696b) deps(tinytorch): update rich requirement in /tinytorch ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `tinytorch/binder/requirements.txt` (+1 -1) 📝 `tinytorch/pyproject.toml` (+1 -1) 📝 `tinytorch/requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. <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 So Long 3.8 Release</h2> <p>A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024</p> <h2>[15.0.0] - 2026-04-12</h2> <h3>Changed</h3> <ul> <li>Breaking change: Dropped support for Python3.8</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed empty print ignoring the <code>end</code> parameter <a href="https://redirect.github.com/Textualize/rich/pull/4075">Textualize/rich#4075</a></li> <li>Fixed <code>Text.from_ansi</code> removing newlines <a href="https://redirect.github.com/Textualize/rich/pull/4076">Textualize/rich#4076</a></li> <li>Fixed <code>FileProxy.isatty</code> not proxying <a href="https://redirect.github.com/Textualize/rich/pull/4077">Textualize/rich#4077</a></li> <li>Fixed inline code in Markdown tables cells <a href="https://redirect.github.com/Textualize/rich/pull/4079">Textualize/rich#4079</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>[15.0.0] - 2026-04-12</h2> <h3>Changed</h3> <ul> <li>Breaking change: Dropped support for Python3.8</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed empty print ignoring the <code>end</code> parameter <a href="https://redirect.github.com/Textualize/rich/pull/4075">Textualize/rich#4075</a></li> <li>Fixed <code>Text.from_ansi</code> removing newlines <a href="https://redirect.github.com/Textualize/rich/pull/4076">Textualize/rich#4076</a></li> <li>Fixed <code>FileProxy.isatty</code> not proxying <a href="https://redirect.github.com/Textualize/rich/pull/4077">Textualize/rich#4077</a></li> <li>Fixed inline code in Markdown tables cells <a href="https://redirect.github.com/Textualize/rich/pull/4079">Textualize/rich#4079</a></li> </ul> <h2>[14.3.4] - 2026-04-11</h2> <h3>Changed</h3> <ul> <li>Improved import time with lazy loading <a href="https://redirect.github.com/Textualize/rich/pull/4070">Textualize/rich#4070</a></li> <li>Changed link id generation to avoid random number generation at runtime <a href="https://redirect.github.com/Textualize/rich/pull/3845">Textualize/rich#3845</a></li> </ul> <h2>[14.3.3] - 2026-02-19</h2> <h3>Fixed</h3> <ul> <li>Fixed infinite loop with <code>cells.split_graphemes</code> <a href="https://redirect.github.com/Textualize/rich/pull/4006">Textualize/rich#4006</a></li> </ul> <h2>[14.3.2] - 2026-02-01</h2> <h3>Fixed</h3> <ul> <li>Fixed solo ZWJ crash <a href="https://redirect.github.com/Textualize/rich/pull/3953">Textualize/rich#3953</a></li> <li>Fixed control codes reporting width of 1 <a href="https://redirect.github.com/Textualize/rich/pull/3953">Textualize/rich#3953</a></li> </ul> <h2>[14.3.1] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>Fixed characters out of unicode range reporting a cell size if 0 <a href="https://redirect.github.com/Textualize/rich/pull/3944">Textualize/rich#3944</a></li> </ul> <h2>[14.3.0] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>IPython now respects when a <code>Console</code> instance is passed to <code>pretty.install</code> <a href="https://redirect.github.com/Textualize/rich/pull/3915">Textualize/rich#3915</a></li> <li>Fixed extraneous blank line on non-interactive disabled <code>Progress</code> <a href="https://redirect.github.com/Textualize/rich/pull/3905">Textualize/rich#3905</a></li> <li>Fixed extra padding on first cell in columns <a href="https://redirect.github.com/Textualize/rich/pull/3935">Textualize/rich#3935</a></li> <li>Fixed trailing whitespace removed when soft_wrap=True <a href="https://redirect.github.com/Textualize/rich/pull/3937">Textualize/rich#3937</a></li> <li>Fixed style new-lines when soft_wrap = True and a print style is set <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/6ac483cbea39cab124dfd3483bba70ffafb71050"><code>6ac483c</code></a> correction</li> <li><a href="https://github.com/Textualize/rich/commit/458a9109c8b7da81c17b2270ea8a88f3e8c0465a"><code>458a910</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4080">#4080</a> from Textualize/bump1500</li> <li><a href="https://github.com/Textualize/rich/commit/82e06e0d9985fd8cce456dc3977e0d2d9e84b4d8"><code>82e06e0</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/d6556bc44881b9904f29f5d9d69a0812b30675d1"><code>d6556bc</code></a> bump to 15.0.0</li> <li><a href="https://github.com/Textualize/rich/commit/ffe2edc5968eac19d5493c2d7b27965031a692e9"><code>ffe2edc</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4079">#4079</a> from Textualize/inline-table-code</li> <li><a href="https://github.com/Textualize/rich/commit/cf3b5a16f7a76b2e8c4921d3314021bb72a6c5c1"><code>cf3b5a1</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/77f0edbdef71f2a895cd0ab1481e9a1fc79d42e6"><code>77f0edb</code></a> remove comments</li> <li><a href="https://github.com/Textualize/rich/commit/7ef2d05ca8aa3cb405dab2fdf3282e69cf8089e3"><code>7ef2d05</code></a> fix inline code in table cells</li> <li><a href="https://github.com/Textualize/rich/commit/19c67b9a3479841e9133bea94607c89ee931d3fc"><code>19c67b9</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4077">#4077</a> from Textualize/isattry</li> <li><a href="https://github.com/Textualize/rich/commit/494b795031782c694297d2db78bd04fb8c82f590"><code>494b795</code></a> changelog</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v13.0.0...v15.0.0">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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-17 18:25:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#14622