Skip to content

Commit

Permalink
pip prod(deps): bump marimo from 0.8.17 to 0.8.20 (#3215)
Browse files Browse the repository at this point in the history
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.8.17 to
0.8.20.
<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.8.20</h2>
<h2>What's Changed</h2>
<h3>✨ Highlights</h3>
<p>📦 <strong>Package manager panel.</strong> This release adds a new
panel — the package manager panel. From this panel, you can view all
packages installed in your environment, as well as add and remove
packages. When running with <code>--sandbox</code>, adding and removing
packages also updates your notebook's inline script metadata.</p>
<p><img
src="https://github.com/user-attachments/assets/d43d705d-ec45-4e6b-ae68-34e0a8e56098"
alt="image" /></p>
<p>🖼️ <strong><code>mo.iframe()</code></strong>: Use <a
href="https://docs.marimo.io/api/html.html#marimo.iframe"><code>mo.iframe</code></a>
to create iframes that properly resize their content.</p>
<h3>All changes</h3>
<ul>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2393">marimo-team/marimo#2393</a></li>
<li>fix: Don't remove packages when imports removed from notebook in
sandbox by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2396">marimo-team/marimo#2396</a></li>
<li>feat: panel for packagemanagement by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2392">marimo-team/marimo#2392</a></li>
<li>feat: add mo.iframe, and a-frame example by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2398">marimo-team/marimo#2398</a></li>
<li>fix: emit some errors to stderr by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2399">marimo-team/marimo#2399</a></li>
<li>improve: examples by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2400">marimo-team/marimo#2400</a></li>
<li>Update README.md by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2401">marimo-team/marimo#2401</a></li>
<li>docs improvements by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2402">marimo-team/marimo#2402</a></li>
<li>0.8.20 by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2407">marimo-team/marimo#2407</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.8.19...0.8.20">https://github.com/marimo-team/marimo/compare/0.8.19...0.8.20</a></p>
<h2>0.8.19</h2>
<h2>What's Changed</h2>
<h3>Highlights</h3>
<p>🥧 <strong>pyecharts support</strong>: You can now use <a
href="https://github.com/pyecharts/pyecharts">pyecharts</a> in marimo!
🛠️ <strong><code>marimo run</code> reliability</strong>: This release
fixes <a
href="https://redirect.github.com/marimo-team/marimo/issues/1568">an
issue</a> some users saw when running marimo apps in production.
📦 <strong>Package manager improvements</strong>: marimo's package
installer now lets you <a
href="https://redirect.github.com/marimo-team/marimo/pull/2385">choose a
package version</a>.
🏠 <strong>XDG-compliant configuration.</strong> marimo's local
configuration is now XDG compliant. Thanks <a
href="https://github.com/pakelley"><code>@​pakelley</code></a> for the
contribution!</p>
<h3>All changes</h3>
<ul>
<li>fix: hide floating outline if less than 2 items by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2375">marimo-team/marimo#2375</a></li>
<li>feat: xdg config file by <a
href="https://github.com/pakelley"><code>@​pakelley</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2367">marimo-team/marimo#2367</a></li>
<li>feat: pyecharts support by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2383">marimo-team/marimo#2383</a></li>
<li>fix: sql parsing and polars date summaries by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2382">marimo-team/marimo#2382</a></li>
<li>docs: symlink docs by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2386">marimo-team/marimo#2386</a></li>
<li>improvement: allow .style() to take kwargs, add tests by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2380">marimo-team/marimo#2380</a></li>
<li>fix: disable pdf export while editing by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2387">marimo-team/marimo#2387</a></li>
<li>feat: support installing packages at particular versions in the UI
by <a href="https://github.com/mscolnick"><code>@​mscolnick</code></a>
in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2385">marimo-team/marimo#2385</a></li>
<li>Refactor communication between server/kernels to use queues in run
mode by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2379">marimo-team/marimo#2379</a></li>
<li>0.8.19 by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2391">marimo-team/marimo#2391</a></li>
</ul>
<h2>New Contributors</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marimo-team/marimo/commit/3f6fcb4cc3571680a6de8e432c87362c5fbf97d5"><code>3f6fcb4</code></a>
0.8.20 (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2407">#2407</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/c1ae1996fa23e34f2a6fd01c25d62395702328a4"><code>c1ae199</code></a>
docs improvements (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2402">#2402</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/63ea2fab66feabb0ddcca72c6b1509101be8b35c"><code>63ea2fa</code></a>
Update README.md (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2401">#2401</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/1c0c00b521e7cf2a9b11bd4791d8e45a1e4a8363"><code>1c0c00b</code></a>
improve: examples (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2400">#2400</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/d1b6016ba8c94355c3701ccf88e408e83a67f5f8"><code>d1b6016</code></a>
fix: emit some errors to stderr (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2399">#2399</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/a181691d3ebdaf505ecaeccd420bdc38d7748d6c"><code>a181691</code></a>
feat: add mo.iframe, and a-frame example (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2398">#2398</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/9199bc7676e395319d7a122fe4e68988d5a88cfc"><code>9199bc7</code></a>
feat: panel for packagemanagement (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2392">#2392</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/b3fdb9df5bd4e41248931888e65fb541bc0321c3"><code>b3fdb9d</code></a>
Don't remove packages when imports removed from notebook in sandbox (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2396">#2396</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/823e291dfaf8f8bf78f9259286c364b4a0cf449e"><code>823e291</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/2200e190aa5047db29978d52a240879b5a3cc617"><code>2200e19</code></a>
0.8.19 (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2391">#2391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/marimo-team/marimo/compare/0.8.17...0.8.20">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marimo&package-manager=pip&previous-version=0.8.17&new-version=0.8.20)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 26e0fd2 commit c37e711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev = [
"nbval<0.12",
"filecheck==1.0.1",
"lit<19.0.0",
"marimo==0.8.17",
"marimo==0.8.20",
"pre-commit==3.8.0",
"ruff==0.6.5",
"asv<0.7",
Expand Down

0 comments on commit c37e711

Please sign in to comment.