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.10.14 to 0.10.15 #3774

Merged
merged 3 commits into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps marimo from 0.10.14 to 0.10.15.

Release notes

Sourced from marimo's releases.

0.10.15

Highlights

mo.download allows for (async) functions as that data arg

# JSON download with lazy loading
async def get_json_data():
    await asyncio.sleep(1)
    _data = {"message": "Hello", "count": 42}
    return json.dumps(_data).encode("utf-8")
download = mo.download(
data=get_json_data,
filename="data.json",
label="Download JSON",
)
download

What's Changed

New Contributors

Full Changelog: marimo-team/marimo@0.10.14...0.10.15

Commits

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.10.14 to 0.10.15.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.10.14...0.10.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.25%. Comparing base (9cdc462) to head (f3fc4ae).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3774      +/-   ##
==========================================
- Coverage   91.25%   91.25%   -0.01%     
==========================================
  Files         461      461              
  Lines       57490    57490              
  Branches     5543     5543              
==========================================
- Hits        52465    52463       -2     
- Misses       3603     3604       +1     
- Partials     1422     1423       +1     

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

@superlopuh superlopuh closed this Jan 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@superlopuh superlopuh reopened this Jan 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2025

A newer version of marimo exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@superlopuh superlopuh merged commit 9e4c872 into main Jan 27, 2025
16 checks passed
@superlopuh superlopuh deleted the dependabot/pip/marimo-0.10.15 branch January 27, 2025 05:18
oluwatimilehin pushed a commit to oluwatimilehin/xdsl that referenced this pull request Feb 13, 2025
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.10.14 to
0.10.15.
<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.15</h2>
<h2>Highlights</h2>
<p><code>mo.download</code> allows for (async) functions as that
<code>data</code> arg</p>
<pre lang="python"><code># JSON download with lazy loading
async def get_json_data():
    await asyncio.sleep(1)
_data = {&quot;message&quot;: &quot;Hello&quot;, &quot;count&quot;: 42}
    return json.dumps(_data).encode(&quot;utf-8&quot;)
<p>download = mo.download(
data=get_json_data,
filename=&quot;data.json&quot;,
label=&quot;Download JSON&quot;,
)
download
</code></pre></p>
<h2>What's Changed</h2>
<ul>
<li>fix: overflow output in fullscreen by <a
href="https://github.com/Light2Dark"><code>@​Light2Dark</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3490">marimo-team/marimo#3490</a></li>
<li>docs: force trailing slash by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3496">marimo-team/marimo#3496</a></li>
<li>Ensure return code non-zero on cli error by <a
href="https://github.com/hwine"><code>@​hwine</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3499">marimo-team/marimo#3499</a></li>
<li>ci: ignore uv post cleanup errors on windows by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3498">marimo-team/marimo#3498</a></li>
<li>fix(deps): update dependency katex to v0.16.21 [security] by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3491">marimo-team/marimo#3491</a></li>
<li>fix: add data attributes for the cell to serve as selectors by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3497">marimo-team/marimo#3497</a></li>
<li>docs: show CLA in governance.md by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3495">marimo-team/marimo#3495</a></li>
<li>fix(vim): restore j/k cell navigation broken by <a
href="https://redirect.github.com/marimo-team/marimo/issues/3395">#3395</a>
by <a href="https://github.com/metaboulie"><code>@​metaboulie</code></a>
in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3505">marimo-team/marimo#3505</a></li>
<li>feat: add initial selection table by <a
href="https://github.com/Light2Dark"><code>@​Light2Dark</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3509">marimo-team/marimo#3509</a></li>
<li>improvement: lazy download and smarter downloads by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3506">marimo-team/marimo#3506</a></li>
<li>Improve reporting of unparsable code by <a
href="https://github.com/pentlander"><code>@​pentlander</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3500">marimo-team/marimo#3500</a></li>
<li>improvement: use module mapping when running auto-install in
micropip by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3507">marimo-team/marimo#3507</a></li>
<li>load snippets location from config by <a
href="https://github.com/bennyweise"><code>@​bennyweise</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3462">marimo-team/marimo#3462</a></li>
<li>fix: dont fail on socket.gethostbyname by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3512">marimo-team/marimo#3512</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/pentlander"><code>@​pentlander</code></a> made
their first contribution in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3500">marimo-team/marimo#3500</a></li>
<li><a
href="https://github.com/bennyweise"><code>@​bennyweise</code></a> made
their first contribution in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3462">marimo-team/marimo#3462</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.10.14...0.10.15">https://github.com/marimo-team/marimo/compare/0.10.14...0.10.15</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marimo-team/marimo/commit/0a84b8e77e176f440d581e1a8512083848e1c569"><code>0a84b8e</code></a>
release: 0.10.15</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/2a290272083845f682aae1e086586b91ff7c03e6"><code>2a29027</code></a>
fix: dont fail on socket.gethostbyname (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3512">#3512</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/5a5c50b3e912f2b656b20da6214bea18d2d342e0"><code>5a5c50b</code></a>
load snippets location from config (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3462">#3462</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/735228b64470cd6d3ab87025d9c61a71d14f24bc"><code>735228b</code></a>
improvement: use module mapping when running auto-install in micropip
(<a
href="https://redirect.github.com/marimo-team/marimo/issues/3507">#3507</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/9bc61db3693e18fbe3e1bec57ff9ba74b69e35ad"><code>9bc61db</code></a>
Improve reporting of unparsable code (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3500">#3500</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/845a3358daacc287171d4a0f0e03cc5f9cd8629f"><code>845a335</code></a>
improvement: lazy download and smarter downloads (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3506">#3506</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/4a20eaf904c5b950247259d5e8a2aea82f7beb5a"><code>4a20eaf</code></a>
feat: add initial selection table (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3509">#3509</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/d4159367d2ecd686d1a44a87215731d8508eb528"><code>d415936</code></a>
fix(vim): restore j/k cell navigation broken by <a
href="https://redirect.github.com/marimo-team/marimo/issues/3395">#3395</a>
(<a
href="https://redirect.github.com/marimo-team/marimo/issues/3505">#3505</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/85e10456e0b64f424e14244e2e7b63a7c9b87dd4"><code>85e1045</code></a>
docs: show CLA in governance.md (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3495">#3495</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/f7f1de4da25c86554f2adb6f010f430b0c8977c8"><code>f7f1de4</code></a>
fix: add data attributes for the cell to serve as selectors (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3497">#3497</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/marimo-team/marimo/compare/0.10.14...0.10.15">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.14&new-version=0.10.15)](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: superlopuh <[email protected]>
Co-authored-by: Sasha Lopoukhine <[email protected]>
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.

None yet

3 participants