Skip to content

Commit

Permalink
pip prod(deps): bump marimo from 0.10.10 to 0.10.12 (#3740)
Browse files Browse the repository at this point in the history
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.10.10 to
0.10.12.
<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.10.12</h2>
<p>Fix a bug when renaming notebooks in the UI</p>
<h2>What's Changed</h2>
<ul>
<li>docs: tip to include nojekyll if building from a folder by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3394">marimo-team/marimo#3394</a></li>
<li>fix: wasm loading styles and hide save by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3396">marimo-team/marimo#3396</a></li>
<li>fix: upgrade cmdk that fixes file rename by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3397">marimo-team/marimo#3397</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.10.11...0.10.12">https://github.com/marimo-team/marimo/compare/0.10.11...0.10.12</a></p>
<h2>0.10.11</h2>
<p>This release contains important vim bugfixes.</p>
<h2>What's Changed</h2>
<ul>
<li>tests: fix e2e shutdown test by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3390">marimo-team/marimo#3390</a></li>
<li>docs: WebAssembly Notebooks, Publishing to the Web by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3389">marimo-team/marimo#3389</a></li>
<li>docs: fix typo by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3391">marimo-team/marimo#3391</a></li>
<li>docs: package reproducibility by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3392">marimo-team/marimo#3392</a></li>
<li>fix: vim keymap precedence (fix enter in insert mode) by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3395">marimo-team/marimo#3395</a></li>
<li>fix: mo.notebook_location() with incorrect :// by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3393">marimo-team/marimo#3393</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.10.10...0.10.11">https://github.com/marimo-team/marimo/compare/0.10.10...0.10.11</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marimo-team/marimo/commit/7cd0987790f8ac00023340a8a28540d18b35af7d"><code>7cd0987</code></a>
release: 0.10.12</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/b5645a06aa65ab29123e0041f49006a15e1dd721"><code>b5645a0</code></a>
fix: upgrade cmdk that fixes file rename (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3397">#3397</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/9df64ad191239e12dd2c572994d0411178c7989b"><code>9df64ad</code></a>
fix: wasm loading styles and hide save (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3396">#3396</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/140ab2d89a0e7a5bf67b0175ec7aae34131c3496"><code>140ab2d</code></a>
chore: build docs in ci</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/1f2f4375bae50665b077e0efc1f5dea015412457"><code>1f2f437</code></a>
docs: add deploy vercel docs</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/56645b2e368cd6b816f7e8a04494d379ed767fa4"><code>56645b2</code></a>
docs: tip to include nojekyll if building from a folder (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3394">#3394</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/1c275ea808c8ece2129183bb1f0ef2d1fea67f59"><code>1c275ea</code></a>
release: 0.10.11</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/b9090cec2fc4eb27976828b82d98ff223028f269"><code>b9090ce</code></a>
fix: mo.notebook_location() with incorrect :// (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3393">#3393</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/9c07b3ec0b3345545dd3233fb200462c5432b781"><code>9c07b3e</code></a>
fix: vim keymap precedence (fix enter in insert mode) (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3395">#3395</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/8c53055a0e5294a4365e616b9ded564f6937154d"><code>8c53055</code></a>
docs: package reproducibility (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3392">#3392</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/marimo-team/marimo/compare/0.10.10...0.10.12">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.10.10&new-version=0.10.12)](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>
Co-authored-by: Sasha Lopoukhine <superlopuh@gmail.com>
  • Loading branch information
dependabot[bot] and superlopuh authored Jan 13, 2025
1 parent 5679f5e commit e8de136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.10.10",
"marimo==0.10.12",
"pre-commit==4.0.1",
"ruff==0.9.1",
"asv<0.7",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8de136

Please sign in to comment.