[PR #1584] [MERGED] deps(tinytorch): update jupyterlab requirement from >=4.2.0 to >=4.5.6 in /tinytorch #8291

Closed
opened 2026-04-27 17:39:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1584
Author: @dependabot[bot]
Created: 4/27/2026
Status: Merged
Merged: 4/27/2026
Merged by: @profvjreddi

Base: devHead: dependabot/pip/tinytorch/dev/jupyterlab-gte-4.5.6


📝 Commits (1)

  • ac039f5 deps(tinytorch): update jupyterlab 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 jupyterlab to permit the latest version.

Release notes

Sourced from jupyterlab's releases.

v4.5.6

4.5.6

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​agriyakhetarpal (activity) | @​IsabelParedes (activity) | @​jtpio (activity) | @​krassowski (activity) | @​soniya-malviy (activity) | @​tmetzl (activity)

Commits
  • e514705 [ci skip] Publish 4.5.6
  • a6dda88 Backport PR #18522 on branch 4.5.x (Replace scrollback implementation with sc...
  • 4a28719 Backport PR #18597 on branch 4.5.x (Harmonize translation wrappers in Python ...
  • 1714c4a Backport PR #18593 on branch 4.5.x (Remove unimplemented filebrowser:search...
  • 3624bbe Backport PR #18585 on branch 4.5.x (Fix status bar focus outlines) (#18590)
  • bf99d9d Backport PR #18588 on branch 4.5.x (Fix filebrowser:create-new-file context...
  • 5b6dee9 Backport PR #18572 on branch 4.5.x (Fix single-character code blocks renderin...
  • da80d67 Backport PR #18554 on branch 4.5.x (Hide code input in CodeConsole when c...
  • 5267a8c Backport PR #18549 on branch 4.5.x (Update benchmark snapshots even if base s...
  • 72d29f4 [ci skip] Publish 4.5.5
  • 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 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/1584 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/27/2026 **Status:** ✅ Merged **Merged:** 4/27/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/pip/tinytorch/dev/jupyterlab-gte-4.5.6` --- ### 📝 Commits (1) - [`ac039f5`](https://github.com/harvard-edge/cs249r_book/commit/ac039f5cc272048cec94c8faac489f30f399a154) deps(tinytorch): update jupyterlab 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 [jupyterlab](https://github.com/jupyterlab/jupyterlab) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyterlab/jupyterlab/releases">jupyterlab's releases</a>.</em></p> <blockquote> <h2>v4.5.6</h2> <h2>4.5.6</h2> <p>(<a href="https://github.com/jupyterlab/jupyterlab/compare/v4.5.5...a6dda8829b2d6b670de634081d26c1a39be145c4">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Replace scrollback implementation with scroll anchoring outside of <code>full</code> windowing mode <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18522">#18522</a> (<a href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li> <li>Harmonize translation wrappers in Python files to use <code>gettext</code> methods <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18597">#18597</a> (<a href="https://github.com/tmetzl"><code>@​tmetzl</code></a>)</li> <li>Remove unimplemented <code>filebrowser:search</code> command <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18593">#18593</a> (<a href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li> <li>Fix status bar focus outlines <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18585">#18585</a> (<a href="https://github.com/IsabelParedes"><code>@​IsabelParedes</code></a>)</li> <li>Fix <code>filebrowser:create-new-file</code> context menu selector <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18588">#18588</a> (<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li> <li>Fix single-character code blocks rendering as empty <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18572">#18572</a> (<a href="https://github.com/soniya-malviy"><code>@​soniya-malviy</code></a>)</li> <li>Hide <code>code</code> input in <code>CodeConsole</code> when configured <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18554">#18554</a> (<a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update benchmark snapshots even if base snapshots require changes <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/18549">#18549</a> (<a href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>The following people contributed discussions, new ideas, code and documentation contributions, and review. See <a href="https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports">our definition of contributors</a>.</p> <p>(<a href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2026-02-23&amp;to=2026-03-11&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/agriyakhetarpal"><code>@​agriyakhetarpal</code></a> (<a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aagriyakhetarpal+updated%3A2026-02-23..2026-03-11&amp;type=Issues">activity</a>) | <a href="https://github.com/IsabelParedes"><code>@​IsabelParedes</code></a> (<a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AIsabelParedes+updated%3A2026-02-23..2026-03-11&amp;type=Issues">activity</a>) | <a href="https://github.com/jtpio"><code>@​jtpio</code></a> (<a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2026-02-23..2026-03-11&amp;type=Issues">activity</a>) | <a href="https://github.com/krassowski"><code>@​krassowski</code></a> (<a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2026-02-23..2026-03-11&amp;type=Issues">activity</a>) | <a href="https://github.com/soniya-malviy"><code>@​soniya-malviy</code></a> (<a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Asoniya-malviy+updated%3A2026-02-23..2026-03-11&amp;type=Issues">activity</a>) | <a href="https://github.com/tmetzl"><code>@​tmetzl</code></a> (<a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atmetzl+updated%3A2026-02-23..2026-03-11&amp;type=Issues">activity</a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/e514705afbea2a1096fa2ffe48489c195ff1a4d2"><code>e514705</code></a> [ci skip] Publish 4.5.6</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/a6dda8829b2d6b670de634081d26c1a39be145c4"><code>a6dda88</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18522">#18522</a> on branch 4.5.x (Replace scrollback implementation with sc...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/4a28719c1701ccfa31ab282da38a49159cbcb82e"><code>4a28719</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18597">#18597</a> on branch 4.5.x (Harmonize translation wrappers in Python ...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/1714c4ab61d14f4cd1a89b726336a9e490170fd6"><code>1714c4a</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18593">#18593</a> on branch 4.5.x (Remove unimplemented <code>filebrowser:search</code>...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/3624bbea0ccc6657aacc339da1550aa3d3c8c790"><code>3624bbe</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18585">#18585</a> on branch 4.5.x (Fix status bar focus outlines) (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18590">#18590</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/bf99d9d1e9dfb459092d85a7cf8e29fe8404d283"><code>bf99d9d</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18588">#18588</a> on branch 4.5.x (Fix <code>filebrowser:create-new-file</code> context...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/5b6dee951eee70f8806ef4a18c6a4e20c0cf5778"><code>5b6dee9</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18572">#18572</a> on branch 4.5.x (Fix single-character code blocks renderin...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/da80d67c2805d10708a1914628c00ee983d57793"><code>da80d67</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18554">#18554</a> on branch 4.5.x (Hide <code>code</code> input in <code>CodeConsole</code> when c...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/5267a8c4f68366155f1e44e3e7a14c8c9d850076"><code>5267a8c</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/18549">#18549</a> on branch 4.5.x (Update benchmark snapshots even if base s...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/72d29f47eb557c5ee9986a24ac39cc411e6f9ed6"><code>72d29f4</code></a> [ci skip] Publish 4.5.5</li> <li>Additional commits viewable in <a href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.2.0...@jupyterlab/lsp@4.5.6">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-04-27 17:39:22 -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#8291