Skip to content

Commit

Permalink
pip prod(deps): bump marimo from 0.9.21 to 0.9.23 (#3512)
Browse files Browse the repository at this point in the history
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.21 to
0.9.23.
<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.9.23</h2>
<h2>What's Changed</h2>
<ul>
<li>improvement: support smart paste and drag of files by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2934">marimo-team/marimo#2934</a></li>
<li>fix: add ref handling for useEventListener by <a
href="https://github.com/Light2Dark"><code>@​Light2Dark</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2939">marimo-team/marimo#2939</a></li>
<li>fix: fix focus element on hidden cells by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2942">marimo-team/marimo#2942</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.9.22...0.9.23">https://github.com/marimo-team/marimo/compare/0.9.22...0.9.23</a></p>
<h2>0.9.22</h2>
<h2>What's Changed</h2>
<h3>Highlights</h3>
<p>🌐 <strong>Custom HTML head file.</strong> You can now attach a <a
href="https://docs.marimo.io/guides/configuration/html_head.html">custom
HTML head file</a> to a marimo notebook, letting you for example load
analytics, custom fonts, or external scripts or libraries.</p>
<p>⚡ <strong>Allow <!-- raw HTML omitted --></strong>: marimo now lets
notebooks create <code>&lt;script src/&gt;</code> tags; marimo already
lets users run custom javascript (and Python), so this doesn't increase
our threat surface.</p>
<p>📦 <strong>Improved Poetry support</strong>. We fixed a bug in which
packages weren't populated in the &quot;Manage Packages&quot; panel when
running marimo with Poetry.</p>
<h3>All changes</h3>
<ul>
<li>style: add ids to elements to be more easily customized with css by
<a href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in
<a
href="https://redirect.github.com/marimo-team/marimo/pull/2925">marimo-team/marimo#2925</a></li>
<li>Update Makefile for &quot;.[dev]&quot; by <a
href="https://github.com/koaning"><code>@​koaning</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2929">marimo-team/marimo#2929</a></li>
<li>fix: poetry list packages by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2927">marimo-team/marimo#2927</a></li>
<li>fix: mo.ui.altair_chart when give by the user by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2924">marimo-team/marimo#2924</a></li>
<li>feat: add html_head_file to inject custom head scripts into the app
by <a href="https://github.com/mscolnick"><code>@​mscolnick</code></a>
in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2926">marimo-team/marimo#2926</a></li>
<li>improvement: allow <!-- raw HTML omitted --> in html by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2931">marimo-team/marimo#2931</a></li>
<li>chore: lint for no print by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2930">marimo-team/marimo#2930</a></li>
<li>fix: use import error, not name error by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2933">marimo-team/marimo#2933</a></li>
<li>fix: marimo-base modification by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2935">marimo-team/marimo#2935</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.9.21...0.9.22">https://github.com/marimo-team/marimo/compare/0.9.21...0.9.22</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marimo-team/marimo/commit/7271121a15614bc64ae84b3e13c3778122a8677d"><code>7271121</code></a>
release: 0.9.23</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/756b29e066cb7a8d904aec0098e3ad4baddbb575"><code>756b29e</code></a>
fix: fix focus element on hidden cells (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2942">#2942</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/9768c2693935ce9b6eb98671d7ddf8568b4154c6"><code>9768c26</code></a>
fix: add ref handling for useEventListener (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2939">#2939</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/b9d7ed148d32ef270182e83d707f51882a4c1afe"><code>b9d7ed1</code></a>
improvement: support smart paste and drag of files (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2934">#2934</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/44f45f581ce9fb1028c195356b061833d606b183"><code>44f45f5</code></a>
release: 0.9.22</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/6559d12bcc521e7a9f31a7ea4048a1bc3e89bd96"><code>6559d12</code></a>
fix: marimo-base modification (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2935">#2935</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/f925a24fee17a65056d007824f52f5797348909f"><code>f925a24</code></a>
fix: use import error, not name error (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2933">#2933</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/d508e615da79a3ad8017449fdc5fd51b4d1b8799"><code>d508e61</code></a>
chore: lint for no print (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2930">#2930</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/17f37f5b887ddd1c8b668a4e4b56463d4228fc2d"><code>17f37f5</code></a>
improvement: allow &lt;script src/&gt; in html (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2931">#2931</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/12c3a1112cd60f2353bfc367953394e7b649b978"><code>12c3a11</code></a>
feat: add html_head_file to inject custom head scripts into the app (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2926">#2926</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/marimo-team/marimo/compare/0.9.21...0.9.23">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.9.21&new-version=0.9.23)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 3bc9e8a commit ef12f04
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.9.21",
"marimo==0.9.23",
"pre-commit==4.0.1",
"ruff==0.8.0",
"asv<0.7",
Expand Down

0 comments on commit ef12f04

Please sign in to comment.