-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip prod(deps): bump marimo from 0.9.1 to 0.9.2 #3257
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/marimo-team/marimo/releases) - [Commits](marimo-team/marimo@0.9.1...0.9.2) --- updated-dependencies: - dependency-name: marimo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3257 +/- ##
=======================================
Coverage 89.92% 89.92%
=======================================
Files 441 441
Lines 55420 55420
Branches 8643 8643
=======================================
Hits 49835 49835
Misses 4158 4158
Partials 1427 1427 ☔ View full report in Codecov by Sentry. |
emmau678
pushed a commit
that referenced
this pull request
Oct 8, 2024
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.1 to 0.9.2. <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.2</h2> <h2>What's Changed</h2> <p>🛠 Quality of life improvements and bug fixes.</p> <ul> <li>The run, stop, and show cell actions buttons have been moved to the top right of a cell, to create more space</li> <li>Viewing a hidden cell's code no longer changes its configuration to visible</li> <li>Bug fix for Plotly plots not updating on cell-rerun</li> </ul> <h3>All changes</h3> <ul> <li>improvement: move toolbar above cell for better gutter usage by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2481">marimo-team/marimo#2481</a></li> <li>Update version in Dockerfile by <a href="https://github.com/eracle"><code>@eracle</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2344">marimo-team/marimo#2344</a></li> <li>docs touch up by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2500">marimo-team/marimo#2500</a></li> <li>docs: editing pass by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2501">marimo-team/marimo#2501</a></li> <li>docs: fix some links in getting_started by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2503">marimo-team/marimo#2503</a></li> <li>improvement: add Download as HTML (no code) by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2502">marimo-team/marimo#2502</a></li> <li>improve: temporarily show code by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2504">marimo-team/marimo#2504</a></li> <li>improve: Move highlighted code to newly created cells by <a href="https://github.com/wasimsandhu"><code>@wasimsandhu</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2484">marimo-team/marimo#2484</a></li> <li>fix: hidden cell blur on parent, not editorview by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2508">marimo-team/marimo#2508</a></li> <li>docs: mo.ui.plotly only supports selecting scatter plots by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2510">marimo-team/marimo#2510</a></li> <li>chore: migrate to hatch for better local development testing by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2449">marimo-team/marimo#2449</a></li> <li>chore: move docs deps output of hatch by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2516">marimo-team/marimo#2516</a></li> <li>fix: json encoding of png binary by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2517">marimo-team/marimo#2517</a></li> <li>improvement: change the filename in static html export to be just the file basename by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2518">marimo-team/marimo#2518</a></li> <li>fix: typings of marimo config, fix typedict to openapi cases by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2519">marimo-team/marimo#2519</a></li> <li>fix: temporarily show code by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2523">marimo-team/marimo#2523</a></li> <li>chore: use hatch for main release by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2521">marimo-team/marimo#2521</a></li> <li>chore: filter /examples from irrelevant CI by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2522">marimo-team/marimo#2522</a></li> <li>improve: text label -> markdown label by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2524">marimo-team/marimo#2524</a></li> <li>example: Tools using ell-ai by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2525">marimo-team/marimo#2525</a></li> <li>fix: plotly stale data (2526) by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2528">marimo-team/marimo#2528</a></li> <li>0.9.2 by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://github.com/marimo-team/marimo/pull/2529">marimo-team/marimo#2529</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/eracle"><code>@eracle</code></a> made their first contribution in <a href="https://github.com/marimo-team/marimo/pull/2344">marimo-team/marimo#2344</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.9.1...0.9.2">https://github.com/marimo-team/marimo/compare/0.9.1...0.9.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/5cdb43daa144326bea892f815549d412625f9c14"><code>5cdb43d</code></a> 0.9.2 (<a href="https://github.com/marimo-team/marimo/issues/2529">#2529</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/0ac86ef13035f97e4c1128494975e553cdb312a6"><code>0ac86ef</code></a> fix: plotly stale data (2526) (<a href="https://github.com/marimo-team/marimo/issues/2528">#2528</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/6f903b25f0917fd15485f7f214bff4ca4dc0e7b6"><code>6f903b2</code></a> example: Tools using ell-ai (<a href="https://github.com/marimo-team/marimo/issues/2525">#2525</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/5f2dd144d1357cd7d74c635581169be98fe038cb"><code>5f2dd14</code></a> improve: text label -> markdown label (<a href="https://github.com/marimo-team/marimo/issues/2524">#2524</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/f1c8f543f561b6f74fbc3c01ca5c719f8b13af9d"><code>f1c8f54</code></a> chore: filter /examples from irrelevant CI (<a href="https://github.com/marimo-team/marimo/issues/2522">#2522</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/4b98f6a0fe7cc256395fb538c34c2ec89060e709"><code>4b98f6a</code></a> chore: use hatch for main release (<a href="https://github.com/marimo-team/marimo/issues/2521">#2521</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/700c6c7f3f17734d7efe7784e24ace9bba69e2ec"><code>700c6c7</code></a> fix: temporarily show code (<a href="https://github.com/marimo-team/marimo/issues/2523">#2523</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/53a50c102519273221ad152b14bcb28abd0bf95a"><code>53a50c1</code></a> fix: typings of marimo config, fix typedict to openapi cases (<a href="https://github.com/marimo-team/marimo/issues/2519">#2519</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/14bb4d6f13a1924be2579411d9a79ee99162d4f6"><code>14bb4d6</code></a> improvement: change the filename in static html export to be just the file ba...</li> <li><a href="https://github.com/marimo-team/marimo/commit/f94e48d1b8ad9f2cb28992ea0cf701a9db5d57cc"><code>f94e48d</code></a> fix: json encoding of png binary (<a href="https://github.com/marimo-team/marimo/issues/2517">#2517</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.9.1...0.9.2">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.1&new-version=0.9.2)](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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps marimo from 0.9.1 to 0.9.2.
Release notes
Sourced from marimo's releases.
Commits
5cdb43d
0.9.2 (#2529)0ac86ef
fix: plotly stale data (2526) (#2528)6f903b2
example: Tools using ell-ai (#2525)5f2dd14
improve: text label -> markdown label (#2524)f1c8f54
chore: filter /examples from irrelevant CI (#2522)4b98f6a
chore: use hatch for main release (#2521)700c6c7
fix: temporarily show code (#2523)53a50c1
fix: typings of marimo config, fix typedict to openapi cases (#2519)14bb4d6
improvement: change the filename in static html export to be just the file ba...f94e48d
fix: json encoding of png binary (#2517)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 commands and options
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)