Skip to content

Commit

Permalink
pip prod(deps): bump marimo from 0.8.13 to 0.8.14 (#3159)
Browse files Browse the repository at this point in the history
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.8.13 to
0.8.14.
<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.14</h2>
<h2>What's Changed</h2>
<p>This release adds support for duckdb 1.1.0, rendering of SymPy
expressions, and includes a number of improvements and fixes.</p>
<ul>
<li>fix: pagination and sort in csv viewer in the file-explorer panel by
<a href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in
<a
href="https://redirect.github.com/marimo-team/marimo/pull/2258">marimo-team/marimo#2258</a></li>
<li>test: test out of bounds page and offset in table tests by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2259">marimo-team/marimo#2259</a></li>
<li>Adds SymPy expression rendering support (<a
href="https://redirect.github.com/marimo-team/marimo/issues/1412">#1412</a>)
by <a href="https://github.com/agostof"><code>@​agostof</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2261">marimo-team/marimo#2261</a></li>
<li>example: unsloth (llama 3.1 8B LoRA + inference) by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2263">marimo-team/marimo#2263</a></li>
<li>fix: edge cases with errors and staleness by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2264">marimo-team/marimo#2264</a></li>
<li>perf: lazy imports when checking for datasets by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2262">marimo-team/marimo#2262</a></li>
<li>fix: fix detection of markdown language support by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2268">marimo-team/marimo#2268</a></li>
<li>improvement: show dtype and column count in table by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2270">marimo-team/marimo#2270</a></li>
<li>fixes: accordion styline for long text by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2271">marimo-team/marimo#2271</a></li>
<li>fix: dataframe initial page_size by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2275">marimo-team/marimo#2275</a></li>
<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/2280">marimo-team/marimo#2280</a></li>
<li>fix: support duckdb 1.1.0, update globals() for scanning by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2279">marimo-team/marimo#2279</a></li>
<li>docs: configuration docs by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2274">marimo-team/marimo#2274</a></li>
<li>0.8.14 by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2281">marimo-team/marimo#2281</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/agostof"><code>@​agostof</code></a> made
their first contribution in <a
href="https://redirect.github.com/marimo-team/marimo/pull/2261">marimo-team/marimo#2261</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.8.13...0.8.14">https://github.com/marimo-team/marimo/compare/0.8.13...0.8.14</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marimo-team/marimo/commit/fc94632856be61a51156d8411ab200bcea61c846"><code>fc94632</code></a>
0.8.14 (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2281">#2281</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/6d7536211a73593f69a03474665d81d1294c015c"><code>6d75362</code></a>
docs: configuration docs (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2274">#2274</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/9b0045196586b57a29f225d9434a4409381666e1"><code>9b00451</code></a>
fix: support duckdb 1.1.0, update globals() for scanning (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2279">#2279</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/baeb3bc512419e015e32188ef8a4a7c2a1ebbe62"><code>baeb3bc</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2280">#2280</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/a820e8550f09d0fa7d202c8620c4e59041286d14"><code>a820e85</code></a>
fix: dataframe initial page_size (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2275">#2275</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/24ab7be01e00faac351873408f151543ac07908d"><code>24ab7be</code></a>
fixes: accordion styline for long text (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2271">#2271</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/3ebfffc2308b03c53240772049d0c1253f4d1723"><code>3ebfffc</code></a>
improvement: show dtype and column count in table (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2270">#2270</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/aafc9bbfd7d24a8ae97692c35885c7ef5da437f9"><code>aafc9bb</code></a>
fix: fix detection of markdown language support (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2268">#2268</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/8034a3df14fdec43b4e57e2c418381cb5d7c0493"><code>8034a3d</code></a>
perf: lazy imports when checking for datasets (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2262">#2262</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/83a360d7974cfd37c1c7c255a2cab21b706d3b61"><code>83a360d</code></a>
fix: edge cases with errors and staleness (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2264">#2264</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/marimo-team/marimo/compare/0.8.13...0.8.14">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.13&new-version=0.8.14)](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 11, 2024
1 parent 80e2129 commit 83b33f8
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.0",
"lit<19.0.0",
"marimo==0.8.13",
"marimo==0.8.14",
"pre-commit==3.8.0",
"ruff==0.6.4",
"asv<0.7",
Expand Down

0 comments on commit 83b33f8

Please sign in to comment.