Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip prod(deps): bump marimo from 0.10.15 to 0.10.17 (#3795)
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.10.15 to 0.10.17. <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.17</h2> <h2>What's Changed</h2> <p>Quality-of-life improvements:</p> <ul> <li>🪟 Improvements to multi-column notebooks</li> <li>🕐 A bug fix for timezone rendering in altair charts</li> <li>💾 API improvements to persistent caching</li> </ul> <h2>All changes</h2> <ul> <li>fix: column grouping by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3547">marimo-team/marimo#3547</a></li> <li>style: column background by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3544">marimo-team/marimo#3544</a></li> <li>improvement: support data uris in table by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3546">marimo-team/marimo#3546</a></li> <li>chore(deps): update build tools by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3542">marimo-team/marimo#3542</a></li> <li>docs: document public folder by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3548">marimo-team/marimo#3548</a></li> <li>docs: fix some deprecated links, old components by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3552">marimo-team/marimo#3552</a></li> <li>chore(deps): update dependency vite to ^5.4.12 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3551">marimo-team/marimo#3551</a></li> <li>docs: render katex by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3553">marimo-team/marimo#3553</a></li> <li>chore(deps): update dependency vite to ^5.4.13 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3555">marimo-team/marimo#3555</a></li> <li>chore: add experimental flags to 'marimo env' by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3556">marimo-team/marimo#3556</a></li> <li>fix: allow to replace with empty, and reset matches after replace by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3559">marimo-team/marimo#3559</a></li> <li>feature: allow persistent_cache to be used as a decorator by <a href="https://github.com/dmadisetti"><code>@dmadisetti</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3550">marimo-team/marimo#3550</a></li> <li>fix: transforms on dataframe to be reactive by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3566">marimo-team/marimo#3566</a></li> <li>docs: update caching user guide by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3562">marimo-team/marimo#3562</a></li> <li>fix: altair timezone rendering by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3567">marimo-team/marimo#3567</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.10.16...0.10.17">https://github.com/marimo-team/marimo/compare/0.10.16...0.10.17</a></p> <h2>0.10.16</h2> <h2>Highlights</h2> <p>📈 <strong>Tracing panel</strong>: This release includes a new helper panel for cell tracing and observability. This can be used for real-time tracking of slow cells, visualizing execution order, and monitoring of execution statuses. This feature was built by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a>.</p> <p><a href="https://github.com/user-attachments/assets/1c042e0b-2f70-4ec0-ad63-a0c59d5a89a4">https://github.com/user-attachments/assets/1c042e0b-2f70-4ec0-ad63-a0c59d5a89a4</a></p> <h2>What's Changed</h2> <ul> <li>chore: add Japanese README file and update main README to link it by <a href="https://github.com/kiwamizamurai"><code>@kiwamizamurai</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3511">marimo-team/marimo#3511</a></li> <li>fix: typo in readme japanese filename (broken link) by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3514">marimo-team/marimo#3514</a></li> <li>feat: GA tracing panel by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3515">marimo-team/marimo#3515</a></li> <li>docs: fix notebook location docs by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3516">marimo-team/marimo#3516</a></li> <li>fix: update known ai models by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3517">marimo-team/marimo#3517</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/3520">marimo-team/marimo#3520</a></li> <li>chore(deps): update dependency vitest to v3 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3519">marimo-team/marimo#3519</a></li> <li>chore(deps): update testing dependencies by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3518">marimo-team/marimo#3518</a></li> <li>improvement: position hide code button above or below depending on outputArea by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3522">marimo-team/marimo#3522</a></li> <li>chore: pyodide to 0.27.1 by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3525">marimo-team/marimo#3525</a></li> <li>fix: single line magic conversion by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3527">marimo-team/marimo#3527</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/196b0ebb7c5075eb6e91e4e23c36d06334800333"><code>196b0eb</code></a> release: 0.10.17</li> <li><a href="https://github.com/marimo-team/marimo/commit/854e6416c8c04dd3d28f320e06f8519ef5272382"><code>854e641</code></a> fix: altair timezone rendering (<a href="https://redirect.github.com/marimo-team/marimo/issues/3567">#3567</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/9cadf56041de1fc4b596e91ea5fb2016916e0213"><code>9cadf56</code></a> docs: update caching user guide (<a href="https://redirect.github.com/marimo-team/marimo/issues/3562">#3562</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/34d33c6c9d640cefe0db296fa11026a1cde80248"><code>34d33c6</code></a> fix: transforms on dataframe to be reactive (<a href="https://redirect.github.com/marimo-team/marimo/issues/3566">#3566</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/f25319284d439e8d809fab421f27e9226cb00a65"><code>f253192</code></a> feature: allow persistent_cache to be used as a decorator (<a href="https://redirect.github.com/marimo-team/marimo/issues/3550">#3550</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/e0047af677d664261de51601bd2a28129bba0e39"><code>e0047af</code></a> fix: allow to replace with empty, and reset matches after replace (<a href="https://redirect.github.com/marimo-team/marimo/issues/3559">#3559</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/2ee9e711e903e1f47748671287491233061b4321"><code>2ee9e71</code></a> chore: add experimental flags to 'marimo env' (<a href="https://redirect.github.com/marimo-team/marimo/issues/3556">#3556</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/b9402ce516dd102464fe5a3cb75a979dc8179cc0"><code>b9402ce</code></a> chore(deps): update dependency vite to ^5.4.13 (<a href="https://redirect.github.com/marimo-team/marimo/issues/3555">#3555</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/1c269fa95dc654c9c3f7f63d70562698043b7c5d"><code>1c269fa</code></a> docs: render katex (<a href="https://redirect.github.com/marimo-team/marimo/issues/3553">#3553</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/ec6bbe416d43db874e0cc978b31f3a036febc580"><code>ec6bbe4</code></a> chore(deps): update dependency vite to ^5.4.12 (<a href="https://redirect.github.com/marimo-team/marimo/issues/3551">#3551</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.10.15...0.10.17">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.15&new-version=0.10.17)](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> Co-authored-by: alexarice <[email protected]>
- Loading branch information