From 9e4c872bb31d406453717e4afddbe130e08c2f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 06:18:33 +0100 Subject: [PATCH] pip prod(deps): bump marimo from 0.10.14 to 0.10.15 (#3774) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [marimo](https://github.com/marimo-team/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: https://github.com/marimo-team/marimo/compare/0.10.14...0.10.15

Commits

[![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) ---
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 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)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: superlopuh Co-authored-by: Sasha Lopoukhine --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b87f6cd0ad..20959f8891 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ "nbval<0.12", "filecheck==1.0.1", "lit<19.0.0", - "marimo==0.10.14", + "marimo==0.10.15", "pre-commit==4.1.0", "ruff==0.9.3", "asv<0.7", diff --git a/uv.lock b/uv.lock index f9412a5e95..93132a0be2 100644 --- a/uv.lock +++ b/uv.lock @@ -999,7 +999,7 @@ wheels = [ [[package]] name = "marimo" -version = "0.10.14" +version = "0.10.15" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click" }, @@ -1021,9 +1021,9 @@ dependencies = [ { name = "uvicorn" }, { name = "websockets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7f/5e/e68abb8d0d990834c61c213265b798a8b3dcd32973bc9107d9acaf73a6d6/marimo-0.10.14.tar.gz", hash = "sha256:01ff0a3602818609b60300ab0ab491616bad6ab9b867e7ed76dd2616002972c9", size = 11859210 } +sdist = { url = "https://files.pythonhosted.org/packages/0a/ef/a81dd44afb65c0ece9efac5aba1029c9421f100c1d94339eda88d9b349c9/marimo-0.10.15.tar.gz", hash = "sha256:603487d0b020c3b104868fbb65ddad6411c97de7b1f7646be476077ecd4c4564", size = 11862231 } wheels = [ - { url = "https://files.pythonhosted.org/packages/5a/7b/13054f5cf3da24a61321425d606844c493ac18c6aad6967bd24029631a02/marimo-0.10.14-py3-none-any.whl", hash = "sha256:3b87fd71a551a1f32330d30ac519f52d56baff2f80330e4b41f3560860587858", size = 12157959 }, + { url = "https://files.pythonhosted.org/packages/19/9a/07bf46ce870c68f0adcfc17b6face0df1063d0ff5755060dab417bf0054c/marimo-0.10.15-py3-none-any.whl", hash = "sha256:b60a906a1827e25e98a00ac2eec3987775a914b41eacb8606b39190d55b27f20", size = 12162101 }, ] [[package]] @@ -2910,7 +2910,7 @@ requires-dist = [ { name = "ipykernel", marker = "extra == 'dev'" }, { name = "jax", marker = "extra == 'jax'", specifier = "==0.5.0" }, { name = "lit", marker = "extra == 'dev'", specifier = "<19.0.0" }, - { name = "marimo", marker = "extra == 'dev'", specifier = "==0.10.14" }, + { name = "marimo", marker = "extra == 'dev'", specifier = "==0.10.15" }, { name = "mkdocs", marker = "extra == 'docs'", specifier = ">=1.6.1" }, { name = "mkdocs-gen-files", marker = "extra == 'docs'", specifier = ">=0.5.0" }, { name = "mkdocs-material", marker = "extra == 'docs'", specifier = ">=9.5.49" },