Skip to content
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.30 to 0.9.31 #3579

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps marimo from 0.9.30 to 0.9.31.

Release notes

Sourced from marimo's releases.

0.9.31

What's Changed

Full Changelog: marimo-team/marimo@0.9.30...0.9.31

Commits
  • 42c1c63 release: 0.9.31
  • da7a499 improvement: marimo export ipynb with outputs (#3048)
  • 8edac6e fix: only add borderless css when not published (#3066)
  • 2de1e49 fix: faster module watcher tests (#3062)
  • 9c8d11a improvement: make ui-element ids deterministic across runs (#3061)
  • 5e76aa1 improvement: tie-break topological sort by top-down order (#3060)
  • b2a71c6 improvement: add marimo.create_asgi_app().with_dynamic_directory (#3057)
  • 2414b61 docs: more tips for coming from jupyter (#3053)
  • 4fe3d90 tutorials: update markdown usage (#3051)
  • f15e787 improve: borderless markdown in html exports (#3052)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.30 to 0.9.31.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.9.30...0.9.31)

---
updated-dependencies:
- dependency-name: marimo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.40%. Comparing base (d4f5795) to head (303239c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3579   +/-   ##
=======================================
  Coverage   90.40%   90.40%           
=======================================
  Files         469      469           
  Lines       58941    58941           
  Branches     5611     5611           
=======================================
  Hits        53287    53287           
  Misses       4213     4213           
  Partials     1441     1441           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@superlopuh superlopuh merged commit c29a04c into main Dec 6, 2024
15 checks passed
@superlopuh superlopuh deleted the dependabot/pip/marimo-0.9.31 branch December 6, 2024 08:50
EdmundGoodman pushed a commit to EdmundGoodman/xdsl that referenced this pull request Dec 6, 2024
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.30 to
0.9.31.
<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.31</h2>
<h2>What's Changed</h2>
<ul>
<li>improvement: add copy/paste to json viewer, support urls by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3050">marimo-team/marimo#3050</a></li>
<li>improvement: borderless markdown in html exports by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3052">marimo-team/marimo#3052</a></li>
<li>tutorials: update markdown usage by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3051">marimo-team/marimo#3051</a></li>
<li>docs: more tips for coming from jupyter by <a
href="https://github.com/akshayka"><code>@​akshayka</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3053">marimo-team/marimo#3053</a></li>
<li>improvement: add marimo.create_asgi_app().with_dynamic_directory by
<a href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in
<a
href="https://redirect.github.com/marimo-team/marimo/pull/3057">marimo-team/marimo#3057</a></li>
<li>improvement: tie-break topological sort by top-down order by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3060">marimo-team/marimo#3060</a></li>
<li>improvement: make ui-element ids deterministic across runs by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3061">marimo-team/marimo#3061</a></li>
<li>fix: faster module watcher tests by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3062">marimo-team/marimo#3062</a></li>
<li>fix: only add borderless css when not published by <a
href="https://github.com/Light2Dark"><code>@​Light2Dark</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3066">marimo-team/marimo#3066</a></li>
<li>improvement: marimo export ipynb with outputs by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3048">marimo-team/marimo#3048</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.9.30...0.9.31">https://github.com/marimo-team/marimo/compare/0.9.30...0.9.31</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marimo-team/marimo/commit/42c1c63cbd38eef731d6789d7899af232d50a934"><code>42c1c63</code></a>
release: 0.9.31</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/da7a49938fb057c0179c9469c8cd882883e56a38"><code>da7a499</code></a>
improvement: marimo export ipynb with outputs (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3048">#3048</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/8edac6e7aecc6c36ff978e7dea81cb07bbdadbdd"><code>8edac6e</code></a>
fix: only add borderless css when not published (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3066">#3066</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/2de1e49eb5b92369ea8adc31b959aeb929cbd08a"><code>2de1e49</code></a>
fix: faster module watcher tests (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3062">#3062</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/9c8d11ad8e50d2088502440eb6f614af11390889"><code>9c8d11a</code></a>
improvement: make ui-element ids deterministic across runs (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3061">#3061</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/5e76aa14dbf307ca2c8ec2e06cbe3caa42a4d25e"><code>5e76aa1</code></a>
improvement: tie-break topological sort by top-down order (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3060">#3060</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/b2a71c63088b89f38d9988da9048d0dfaed2ebdf"><code>b2a71c6</code></a>
improvement: add marimo.create_asgi_app().with_dynamic_directory (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3057">#3057</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/2414b61222d4b4de2b8cedb8af7991691680159e"><code>2414b61</code></a>
docs: more tips for coming from jupyter (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3053">#3053</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/4fe3d90af43cd94f8cfccb54821a020a4ab74f26"><code>4fe3d90</code></a>
tutorials: update markdown usage (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3051">#3051</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/f15e78705e3507b09976e36111fe2117e8e5cedd"><code>f15e787</code></a>
improve: borderless markdown in html exports (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3052">#3052</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/marimo-team/marimo/compare/0.9.30...0.9.31">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.30&new-version=0.9.31)](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
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants