[PR #1715] [MERGED] deps(mlsysim): update marimo requirement from >=0.23.3 to >=0.23.5 in /mlsysim #11892

Closed
opened 2026-05-12 19:32:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/mlsysim/dev/marimo-gte-0.23.5


📝 Commits (1)

  • 8d29aae deps(mlsysim): update marimo requirement in /mlsysim

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 mlsysim/pyproject.toml (+1 -1)

📄 Description

Updates the requirements on marimo to permit the latest version.

Release notes

Sourced from marimo's releases.

0.23.5

What's Changed

This release adds editable code in slide view, OpenTelemetry distributed tracing support, and patches polars network I/O in WASM notebooks.

Highlights

Editable code in slide view

Press C (or click the code icon) in slide view to toggle an inline code editor under each slide, including in fullscreen mode. Run mode shows a read-only editor when include-code is enabled.

Enhancements

  • Add OTLP export and W3C trace context propagation to tracing (#9414)
  • Add editable code in slide view (#9389)
  • Patch polars I/O in wasm (#9413)
  • Add a CLI tip for marimo pair (#9422)
  • Prompt user to build fe at first run (#9381)

🐛 Bug fixes

  • Provide upper bound on jedi pin (#9449)
  • Force Content-Disposition on table export downloads (#9426)

📚 Documentation

  • Update marimo-pair docs to mention molab (#9436)

📝 Other changes

  • Add load_notebook helper, simplify AppFileRouter (#9438)
  • Add data-testids to file-explorer dropdown menu items (#9427)
  • Deflake subprocess kill test (#9423)
  • CI: doppler secrets (#9236)

Contributors

Thanks to all our community and contributors who made this release possible: @​akshayka, @​dmadisetti, @​koaning, @​Light2Dark, @​mscolnick, @​ouatu-ro, @​tigretigre

Full Changelog: https://github.com/marimo-team/marimo/compare/0.23.4...0.23.5

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/1715 **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/mlsysim/dev/marimo-gte-0.23.5` --- ### 📝 Commits (1) - [`8d29aae`](https://github.com/harvard-edge/cs249r_book/commit/8d29aae269671ca730946972c753518e0374ac47) deps(mlsysim): update marimo requirement in /mlsysim ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `mlsysim/pyproject.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [marimo](https://github.com/marimo-team/marimo) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/marimo-team/marimo/releases">marimo's releases</a>.</em></p> <blockquote> <h2>0.23.5</h2> <h2>What's Changed</h2> <p>This release adds editable code in slide view, OpenTelemetry distributed tracing support, and patches polars network I/O in WASM notebooks.</p> <h2>⭐ Highlights</h2> <h3>Editable code in slide view</h3> <p>Press <code>C</code> (or click the code icon) in slide view to toggle an inline code editor under each slide, including in fullscreen mode. Run mode shows a read-only editor when <code>include-code</code> is enabled.</p> <!-- raw HTML omitted --> <h2>✨ Enhancements</h2> <ul> <li>Add OTLP export and W3C trace context propagation to tracing (<a href="https://redirect.github.com/marimo-team/marimo/pull/9414">#9414</a>)</li> <li>Add editable code in slide view (<a href="https://redirect.github.com/marimo-team/marimo/pull/9389">#9389</a>)</li> <li>Patch polars I/O in wasm (<a href="https://redirect.github.com/marimo-team/marimo/pull/9413">#9413</a>)</li> <li>Add a CLI tip for marimo pair (<a href="https://redirect.github.com/marimo-team/marimo/pull/9422">#9422</a>)</li> <li>Prompt user to build fe at first run (<a href="https://redirect.github.com/marimo-team/marimo/pull/9381">#9381</a>)</li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Provide upper bound on jedi pin (<a href="https://redirect.github.com/marimo-team/marimo/pull/9449">#9449</a>)</li> <li>Force Content-Disposition on table export downloads (<a href="https://redirect.github.com/marimo-team/marimo/pull/9426">#9426</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>Update marimo-pair docs to mention molab (<a href="https://redirect.github.com/marimo-team/marimo/pull/9436">#9436</a>)</li> </ul> <h2>📝 Other changes</h2> <ul> <li>Add load_notebook helper, simplify AppFileRouter (<a href="https://redirect.github.com/marimo-team/marimo/pull/9438">#9438</a>)</li> <li>Add data-testids to file-explorer dropdown menu items (<a href="https://redirect.github.com/marimo-team/marimo/pull/9427">#9427</a>)</li> <li>Deflake subprocess kill test (<a href="https://redirect.github.com/marimo-team/marimo/pull/9423">#9423</a>)</li> <li>CI: doppler secrets (<a href="https://redirect.github.com/marimo-team/marimo/pull/9236">#9236</a>)</li> </ul> <h2>Contributors</h2> <p>Thanks to all our community and contributors who made this release possible: <a href="https://github.com/akshayka"><code>@​akshayka</code></a>, <a href="https://github.com/dmadisetti"><code>@​dmadisetti</code></a>, <a href="https://github.com/koaning"><code>@​koaning</code></a>, <a href="https://github.com/Light2Dark"><code>@​Light2Dark</code></a>, <a href="https://github.com/mscolnick"><code>@​mscolnick</code></a>, <a href="https://github.com/ouatu-ro"><code>@​ouatu-ro</code></a>, <a href="https://github.com/tigretigre"><code>@​tigretigre</code></a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.23.4...0.23.5">https://github.com/marimo-team/marimo/compare/0.23.4...0.23.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/8e7d778fb28ec661c59e8d3632888c095488a9f4"><code>8e7d778</code></a> release: 0.23.5 (<a href="https://redirect.github.com/marimo-team/marimo/issues/9451">#9451</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/4dedbaf77b7a4bb4c91d92df2a202b00d7a7a705"><code>4dedbaf</code></a> fix: provide upper bound on jedi pin (<a href="https://redirect.github.com/marimo-team/marimo/issues/9449">#9449</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/1fe39e19e9af9d54db7af1396ed45beba3780392"><code>1fe39e1</code></a> feat: add OTLP export and W3C trace context propagation to tracing (<a href="https://redirect.github.com/marimo-team/marimo/issues/9414">#9414</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/6783a8de4a2ec9d9c920753b72a7d9d31418d992"><code>6783a8d</code></a> refactor: add load_notebook helper, simplify AppFileRouter (<a href="https://redirect.github.com/marimo-team/marimo/issues/9438">#9438</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/f387f5ad180f95932cf51d6d8eb688bda356b915"><code>f387f5a</code></a> fix: force Content-Disposition on table export downloads (<a href="https://redirect.github.com/marimo-team/marimo/issues/9426">#9426</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/3f10cc6483f7ce1d32fa886a2e8f746778173901"><code>3f10cc6</code></a> Update marimo-pair docs to mention molab (<a href="https://redirect.github.com/marimo-team/marimo/issues/9436">#9436</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/76509cea573ba9ddbecaaab099006f68232e2ac2"><code>76509ce</code></a> improvement: add data-testids to file-explorer dropdown menu items (<a href="https://redirect.github.com/marimo-team/marimo/issues/9427">#9427</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/7a83d3fef513a87f9cd21a16c641c496bd4f716c"><code>7a83d3f</code></a> add editable code in slide view (<a href="https://redirect.github.com/marimo-team/marimo/issues/9389">#9389</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/4dc7323fda17faa086500df6473fcb62995ec667"><code>4dc7323</code></a> test: deflake subprocess kill test (<a href="https://redirect.github.com/marimo-team/marimo/issues/9423">#9423</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/ddcf720f3793770ba221d719d16ce853542d2856"><code>ddcf720</code></a> Add a CLI tip for marimo pair (<a href="https://redirect.github.com/marimo-team/marimo/issues/9422">#9422</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.23.3...0.23.5">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-12 19:32: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#11892