Skip to content

Commit

Permalink
pip prod(deps): bump marimo from 0.9.26 to 0.9.27 (#3532)
Browse files Browse the repository at this point in the history
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.26 to
0.9.27.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marimo-team/marimo/commit/f7c4a79202e233e45295d2d34d1373a58c79f891"><code>f7c4a79</code></a>
release: 0.9.27</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/b7b181754d0135f9a765c698da88f1c9e2d071bc"><code>b7b1817</code></a>
fix: table re-render for lists/dictionaries (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2988">#2988</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/3f485854271641e36fdf5908f43b7ee6ce614a81"><code>3f48585</code></a>
Find ruff when it's not on PATH (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2980">#2980</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/d0583211bc39cb834c4be1727b1bb47804ebaa0e"><code>d058321</code></a>
docs: Populating form - HTML escape (<a
href="https://redirect.github.com/marimo-team/marimo/issues/2981">#2981</a>)</li>
<li>See full diff in <a
href="https://github.com/marimo-team/marimo/compare/0.9.26...0.9.27">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.26&new-version=0.9.27)](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 28, 2024
1 parent 6f203de commit dff62c6
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.26",
"marimo==0.9.27",
"pre-commit==4.0.1",
"ruff==0.8.0",
"asv<0.7",
Expand Down

0 comments on commit dff62c6

Please sign in to comment.